anonymous
2011-04-25 06:30:24 UTC
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
URL:
<http://savannah.gnu.org/bugs/?33155>
Summary: text function fails to display degree symbol
Project: GNU Octave
Submitted by: None
Submitted on: Mon 25 Apr 2011 06:30:23 AM UTC
Category: Plotting
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: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
The following code demonstrates the problem:
x=1:10;y=x.^2;plot(x,y);
text(x(3),y(3),' test symbol ° text')
Under fltk, a warning is displayed (4 times) on the terminal:
warning: ft_render: skipping missing glyph for character `�'
Nothing is rendered on the plot.
Under gnuplot, 2 characters are rendered (not the desired one) and the same
warnings are displayed on the terminal.
Have tried setting different default fonts, no change in warnings or outputs.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33155>
_______________________________________________
Messa
URL:
<http://savannah.gnu.org/bugs/?33155>
Summary: text function fails to display degree symbol
Project: GNU Octave
Submitted by: None
Submitted on: Mon 25 Apr 2011 06:30:23 AM UTC
Category: Plotting
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: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
The following code demonstrates the problem:
x=1:10;y=x.^2;plot(x,y);
text(x(3),y(3),' test symbol ° text')
Under fltk, a warning is displayed (4 times) on the terminal:
warning: ft_render: skipping missing glyph for character `�'
Nothing is rendered on the plot.
Under gnuplot, 2 characters are rendered (not the desired one) and the same
warnings are displayed on the terminal.
Have tried setting different default fonts, no change in warnings or outputs.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33155>
_______________________________________________
Messa