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

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

[Octave-bug-tracker] [bug #59269] dlmread error when file path have utf8


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59269] dlmread error when file path have utf8 character
Date: Tue, 20 Oct 2020 10:32:19 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36 Edg/86.0.622.43

Follow-up Comment #7, bug #59269 (project octave):

I tried to replicate with Octave 6.0.90 and Octave 5.2.0 on Windows 10 with
the following commands:

>> [fname, fpath] = uigetfile ()

fname = 2008年年07月月18日日06时时23分分07秒秒.csv
fpath = D:\SVN\Octave\abcäbc\录录波波文文件件\
>> a = dlmread (fullfile (fpath, fname));


Apart from the doubled full width characters in the command window (bug
#58637), this works correctly for me.

Do you have read permission for that file?
Could you please `cd` to the directory with the file you want to read and post
what you see for `system ("dir /Q *.csv")` and `system ("icacls *.csv")`?

    _______________________________________________________

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]