Could anyone teach me how to convert big5 extended characters(hkscs2001-->ISO/IEC 10646-2:2001) to CID codes (e.g. in java program) so that I can generate and allow all big5 fonts as well as hkscs fonts (in \u format) to be displayed in the output pdf under redhat8.

I got:
-big5-iso.txt (conversion table from HK government)
-5080.Adobe-CNS1-4.pdf (contains many many ... characters and their cid)
-HKscs-B5-H (from xpdf chinese patch)
-vert_cjk2.java from paulo
inside it I had try to create font using:
BaseFont bfChinese = BaseFont.createFont("MSungStd-Light", "UniCNS-UCS2-V",
BaseFont.NOT_EMBEDDED);
it failed to display the desired characters because of incorrect cid conversion


Any help would be appreciated.



_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to