|
| From: | Torsten Lilge |
| Subject: | [Octave-bug-tracker] [bug #58637] Fullwidth CJK characters are displayed twice in command window (on Windows) |
| Date: | Mon, 21 Sep 2020 15:11:10 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 |
Follow-up Comment #6, bug #58637 (project octave):
Here is the result
>> __mfile_encoding__
ans = utf-8
>> __locale_charset__
ans = CP1252
>> __mfile_encoding__ utf-8
>> clear faa
>> faa
e = è‘—
ans = è‘—
Thus, it looks like the problem is the limited support for utf-8 in windows
7.
octave:6> __mfile_encoding__
ans = system
octave:7> __locale_charset__
ans = CP1252
octave:8> __mfile_encoding__ utf-8
octave:9> clear faa
octave:10> faa
e = Þæù
ans = Þæù
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58637>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |