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

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

[Octave-bug-tracker] [bug #43498] SVG print output encoding not in UTF-8


From: CH
Subject: [Octave-bug-tracker] [bug #43498] SVG print output encoding not in UTF-8
Date: Mon, 03 Nov 2014 09:33:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0

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

Here is some sample code


 % put into somefile.m
 figure();
 x = 0.01:0.01:1;
 plot(x,1.0./x);
 legend('infty'); % TeX inside the figure seems to be the culprit
 print('-dsvg',[mfilename(),'.svg']);


even though it says encoding="utf-8" in the xml meta tag, the symbol seems to
be encoded wrongly as i cannot open the file with a viewer. The targeted
infinity symbol here is not represented by the associated entity but something
like: ¥ .


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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