changeset 27159:53ae2b0fee3c stable

Escape backslash characters in EPS output (bug #56448) * gl2ps-print.cc (gl2ps_renderer::strlist_to_ps): First escape backslash characters in EPS outputs.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Thu, 06 Jun 2019 20:42:41 +0200
parents ecc16b72bfb3
children d0c32d60ed35 e6bc258df691
files libinterp/corefcn/gl2ps-print.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/gl2ps-print.cc	Thu Jun 06 09:09:55 2019 -0700
+++ b/libinterp/corefcn/gl2ps-print.cc	Thu Jun 06 20:42:41 2019 +0200
@@ -961,6 +961,7 @@
               }
           }
 
+        escape_character ("\\", str);
         escape_character ("(", str);
         escape_character (")", str);