[gl2ps] Charater set

Micha Bieber krischnamurti at users.sourceforge.net
Wed Sep 15 21:04:30 CEST 2004


I'm not sure whether it helps - the PDF part has only a standard
implementation regarding codecs. In case you dont mind to touch the code:

Look for:

/Encoding /MacRomanEncoding

in gl2ps.c

Replace '/MacRomanEncoding' by '/WinAnsiEncoding' or remove the complete
line mentioned above (these turns on PDF's standard encoding scheme).
Recompile the source.
All other encoding schemes are more complex and we had to think about an
extension in the library.

HIH,

Micha
--