A simple question, with what I fear is a very compilcated answer...
Basically, I need to put Chinese characters into postscript, but if I do:
/STXihei findfont 12 scalefont setfont
100 100 moveto
<d750> show
I get a chinese character different to the unicode one that d750 represents in my big book of Unicode. So I'm thinking it is the CID number or something.
So, what I need is *any* way to get a unicode character to represent itself correctly in postscript, either by the character itself in the postscript (in a UTF-8 file), or using the unicode number in hex or decimal.
I'm desperate, any help at all will be gratefully recieved.
Thank you
Garry
Basically, I need to put Chinese characters into postscript, but if I do:
/STXihei findfont 12 scalefont setfont
100 100 moveto
<d750> show
I get a chinese character different to the unicode one that d750 represents in my big book of Unicode. So I'm thinking it is the CID number or something.
So, what I need is *any* way to get a unicode character to represent itself correctly in postscript, either by the character itself in the postscript (in a UTF-8 file), or using the unicode number in hex or decimal.
I'm desperate, any help at all will be gratefully recieved.
Thank you
Garry