octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #59269] `get_ASCII_filename` cannot rely on sh


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59269] `get_ASCII_filename` cannot rely on short file names consisting of only ASCII characters
Date: Sun, 1 Nov 2020 07:42:10 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.56

Update of bug #59269 (project octave):

                  Status:               Confirmed => Ready For Test         

    _______________________________________________________

Follow-up Comment #15:

I pushed the following change to default:
https://hg.savannah.gnu.org/hgweb/octave/rev/3b90b3b00451

I have no way of verifying if this actually works.
At the moment, I suspect that it might be locale dependent. On my locale,
short file names don't contain non-ASCII characters.

A possible test would be to create an image file that contains non-ASCII
characters and try to read it with `imread`:

[file, pth] = uigetfile ();
a = imread (fullfile (pth, file));


Marking as ready for test. But I don't know if we have testers that have a
Windows with CJK locale. So, I'll likely just close as fixed if no problems
occur within a week or so...

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59269>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]