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: anonymous
Subject: [Octave-bug-tracker] [bug #47571] Problem with umlaut in command line
Date: Tue, 05 Apr 2016 01:56:26 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0

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

FWIW, results from Matlab on Windows from replicating previous commenters:


>> tmp = 'Müller'
tmp =
Müller
>> tmp + 0
ans =
    77   252   108   108   101   114
>> 'Müller' == 'Möller'
ans =
     1     0     1     1     1     1
>> char([195 188])
ans =
ü
>> str = '囊囂囇囒' + 0
str =
    26    26    26    26
>> str = 'ಠ_ಠ' + 0
str =
    26    95    26
>>
>>


Maps ü to 252, but fails for non-Latin characters like CJK. Can enter ü from
keyboard and copy/paste, but cannot type 'ಠ_ಠ' (Kannada block) or
'囊囂囇囒' (CJK). Everything is converted to character 26.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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