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

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

[Octave-bug-tracker] [bug #47571] Problem with umlaut in command line


From: Martl
Subject: [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line
Date: Fri, 08 Apr 2016 06:31:42 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #23, bug #47571 (project octave):

to comment #21:
In notepad++ and the Octave GUI editor the file is shown correctly. Notepad++
also shows that it is coded in UTF-8.

In cmd.exe with the default code page 850, the file is shown wrong:
C:Userslorenz.moctave>type testumlaut.m
string='├╝'
type testumlaut.m

C:Userslorenz.moctave>chcp
Aktive Codepage: 850.

C:Userslorenz.moctave>chcp 65001
Aktive Codepage: 65001.

C:Userslorenz.moctave>type testumlaut.m
string='ü'
type testumlaut.m

As you can see, with codepage 65001, the file is displayed correctly. With the
same codepage I start ovtave-cli.exe:

octave:1> testumlaut
string = ü
testumlaut.m is the user-defined function defined from:
C:Userslorenz.moctavetestumlaut.m

string='ü'
type testumlaut.m

octave:2> Mller

Now the file is is displayed correctly in Octave! But I can still not enter
the word Müller. The ü is omitted.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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