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

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

[Octave-bug-tracker] [bug #52764] Non-ASCII characters are not plotted c


From: Etienne Dechamps
Subject: [Octave-bug-tracker] [bug #52764] Non-ASCII characters are not plotted correctly when printing to PNG
Date: Sat, 30 Dec 2017 06:17:52 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

URL:
  <http://savannah.gnu.org/bugs/?52764>

                 Summary: Non-ASCII characters are not plotted correctly when
printing to PNG
                 Project: GNU Octave
            Submitted by: edechamps
            Submitted on: Sat 30 Dec 2017 12:17:50 PM CET
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Debian Unstable, Octave 4.2.1

Steps to reproduce: (in UTF-8)


graphics_toolkit("fltk");
title("This is a degree: °");
print('utf8.svg', '-dsvg');
print('utf8.png', '-dpng');


* The window output is correct. "°" is displayed as "°".
* The SVG output is correct. "°" is displayed as "°".
* The PNG output is *incorrect*. "°" is displayed as "’".

Other non-ASCII characters have similar issues.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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