changeset 29682:f44a60da4926

print.m: Suggest '-svgconvert' option for multi-byte characters * gl2ps_print.cc (gl2ps_renderer::strlist_to_ps): Suggest using -svgconvert when warning about multi-byte characters.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 16 May 2021 17:25:10 +0200
parents 25246c1a1645
children 5ffe7159f94b
files libinterp/corefcn/gl2ps-print.cc
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/gl2ps-print.cc	Sun May 16 10:03:44 2021 -0400
+++ b/libinterp/corefcn/gl2ps-print.cc	Sun May 16 17:25:10 2021 +0200
@@ -1084,7 +1084,8 @@
                         warning_with_id ("Octave:print:unsupported-multibyte",
                                          "print: only ASCII characters are "
                                          "supported for EPS and derived "
-                                         "formats.");
+                                         "formats. Use the '-svgconvert' "
+                                         "option for better font support.");
                         warned = true;
                       }
                   }
@@ -1097,7 +1098,8 @@
                         warning_with_id ("Octave:print:unhandled-character",
                                          "print: only ASCII characters are "
                                          "supported for EPS and derived "
-                                         "formats.");
+                                         "formats. Use the '-svgconvert' "
+                                         "option for better font support.");
                         warned = true;
                       }
                   }