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

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

[Octave-bug-tracker] [bug #58637] Fullwidth CJK characters are displayed


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58637] Fullwidth CJK characters are displayed twice in command window (on Windows)
Date: Sun, 21 Jun 2020 12:56:21 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #58637 (project octave):

                Category:                    None => GUI                    
              Item Group:                    None => Unexpected Error       
                  Status:                    None => Confirmed              
                 Summary: CLI browses the contents of the current directory,
Chinese characters overlap => Fullwidth CJK characters are displayed twice in
command window (on Windows)

    _______________________________________________________

Follow-up Comment #1:

Are you referring to the fact that each Chinese character is displayed twice
in the Command Window of the GUI on Windows?

In that case, I can confirm the issue using the GUI with the attached file
(from bug #50404).
Output in the command window:

>> cd D:\Repositories\Octave\bug58637
>> dir
.       ..      faa.m   äöü  著著
>> faa
e = 著著
ans = 著著


I can't reproduce with the CLI. After setting the .m file encoding and
terminal codepage to UTF-8, output seems to be ok here:

octave:1> cd D:\Repositories\Octave\bug58637
octave:2> system("chcp 65001")
Aktive Codepage: 65001.
ans = 0
octave:3> __mfile_encoding__ utf-8
octave:4> clear functions
octave:5> dir
.       ..      faa.m   äöü  著
octave:6> faa
e = 著
ans = 著
octave:7>


This is probably an (upstream?) issue with the command window implementation
in the GUI on Windows.

(file #49339)
    _______________________________________________________

Additional Item Attachment:

File name: faa.m                          Size:0 KB
    <https://savannah.gnu.org/file/faa.m?file_id=49339>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58637>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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