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

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

[Octave-bug-tracker] [bug #31596] Plotting non-english characters wrong


From: Michael Goffioul
Subject: [Octave-bug-tracker] [bug #31596] Plotting non-english characters wrong
Date: Fri, 30 Aug 2013 00:54:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

Follow-up Comment #5, bug #31596 (project octave):

I'm willing to take a look at this, and decode the provided string manually to
unicode. However, there's a catch, as the decoding will be dependent on the
current locale (for LC_CTYPE).

So let's say that you're using UTF-8 (which is my case under Linux), then to
code the degree symbol properly, you'd have to use


char([194 176])


instead of


char(176)


as reported in another bug. Is this desirable?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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