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

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

[Octave-bug-tracker] [bug #55612] Characters not encoded in UTF-8 when p


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #55612] Characters not encoded in UTF-8 when printing to .svg
Date: Thu, 31 Jan 2019 03:49:56 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

Follow-up Comment #1, bug #55612 (project octave):

@Markus: I tried to set my locale to fr_FR.iso88591 on linux but this still
worked so I'll need you to test things on Windows. First we need to determine
if the svgconvert utility is responsible for breaking the encoding. Could you
generate an svg straight from gl2ps? You'll just need to do the change below
in __print_parse_opts__.m:


--- a/scripts/plot/util/private/__print_parse_opts__.m  Sun Jan 27 19:01:50
2019 +0100
+++ b/scripts/plot/util/private/__print_parse_opts__.m  Thu Jan 31 09:32:53
2019 +0100
@@ -212,7 +212,7 @@
 
   ## By default, postprocess svg files using svgconvert.
   if (strcmp (arg_st.devopt, "svg"))
-    arg_st.svgconvert = true;
+    ## arg_st.svgconvert = true;
   endif


Then


title ('é');
print no_convert.svg
print -svgconvert convert.svg


Is no_convert.svg also broken? If not, can you attach both files.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55612>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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