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

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

[Octave-bug-tracker] [bug #51210] Non-ASCII text displays incorrectly in


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #51210] Non-ASCII text displays incorrectly in plots
Date: Tue, 13 Jun 2017 08:16:09 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #2, bug #51210 (project octave):

The behavior on Windows is different. Since the single bytes of a multi byte
character (UTF-8) are valid code points (e.g. in ISO-8859-1), no decoding
errors occur. Instead a character is displayed for each byte (i.e. two
characters for one double byte character).
E.g. the small latin umlaut a ("ä" in UTF-8: 195 164) displays as "ä"
corresponding to code points 195 and 164 in ISO-8859-1.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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