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

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

[Octave-bug-tracker] [bug #49118] GUI editor cannot run file in folder n


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #49118] GUI editor cannot run file in folder name with umlaut
Date: Sat, 17 Sep 2016 21:39:50 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Update of bug #49118 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

I can confirm the bug and this used to work in 4.0.3.
The folowing example using qt inputdlg shows an encoding mismatch which may be
a clue:


inputdlg ("Non Ascii character please:");
# Type a non ascii char, e.g. "Arbeitsfläche", and press ok
# 4.0.3 -> { [1,1] = Arbeitsfläche }
# 4.2-rc1 -> { [1,1] = Arbeitsfl�che }


and the other way:


inputdlg ("Non Ascii character please:", "", 1, {"Arbeitsfläche"})
# default dialog text in 4.0.3 -> Arbeitsfläche 
# default dialog text in 4.2-rc1 -> Arbeitsfläche






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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