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

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

[Octave-bug-tracker] [bug #51836] uigetfile() returns unusable path with


From: anonymous
Subject: [Octave-bug-tracker] [bug #51836] uigetfile() returns unusable path with special characters (German Umlaut)
Date: Thu, 24 Aug 2017 02:50:06 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0

URL:
  <http://savannah.gnu.org/bugs/?51836>

                 Summary: uigetfile() returns unusable path with special
characters (German Umlaut)
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 24 Aug 2017 06:50:05 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Tim
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I use uigetfile() to choose a file and path with measured data and open with
dlmread(). Therefor I pass the returned fpath and fname from uigetfile() to
dlmread().

With version 4.0.0 this way worked, even when there are special characters in
fpath or fname. Now with version 4.2.1 I get an error, when there is an
special character (German Umlaut).

This is an extract of my script:

[fname, fpath, fltidx]=uigetfile("*.S1P");
fpath
input=dlmread([fpath fname],'\t',5,0);


Now I try to open "Data.S1P" from "C:\HF-Tools\Tür".

This is the output from Octave with version 4.0.0:

fpath = C:\HF-Tools\T³r\


This is the output from Octave with version 4.2.1:

fpath = C:\HF-Tools\T├╝r\
error: dlmread: unable to open file 'C:\HF-Tools\T├╝r\Data.S1P'
error: called from
    test at line 5 column 6





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51836>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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