[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems printing non-english strings
From: |
Tatsuro MATSUOKA |
Subject: |
Re: problems printing non-english strings |
Date: |
Sat, 23 Feb 2019 21:51:50 +0900 (JST) |
--- afsm.pestana
> I've tried the release candidate for Octave 5 using a very simple graph
> having for title a string of non-ascii characters. As you can see in the
> attached files, everything looks fine for jpeg and png. For svg all the
> characters are printed but I need to apply some adjustments. But for the pdf
> file only two of the characters are printed...
>
>
> Regards
>
> Antonio
>
>
>
How about if you use gnuplot graphics toolkit
>> graphics_toolkit gnuplot
and print by pdfcairo device
>> print -dpdfcairo foo.pdf
Tatsuro
Re: problems printing non-english strings,
Tatsuro MATSUOKA <=