|
From: Ethan A M. <merritt@u.washington.edu> - 2010-07-20 04:42:03
|
On Tue, 20 Jul 2010, Allin Cottrell wrote:
>
> I'm trying to help someone who wants to get traditional Chinese
> characters into plots. This works fine for the gnuplot terminals
> that natively support UTF-8 (e.g. the pango/cairo based ones), but
> is not so easy with EPS and EMF.
>
> Does anyone have any experience with this and have any pointers to
> share? Thanks.
Definitely not possible in the current EMF terminal; it would have to
be re-written to use wide characters.
EPS is possible, sort of, but IMHO it is far too much trouble to be
worth it. Sketchy instructions for creating code mappings for PostScript
are in .../term/PostScript/unicode_maps.README. This mechanism does
work, painfully, but it can only handle a limited number of character
codes. Using it for CJK character sets is a nightmare.
My advice would be to use pdfcairo and then convert from PDF
to EPS afterward.
Ethan
>
> --
> Allin Cottrell
> Department of Economics
> Wake Forest University
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>
|