> I have a SVG with some chinese characters, but exporting through batik does > not convert them properly (squares instead).
This suggests you are using a Chinese character encoding [1] rather than UTF-8 which I'd suggest as it is pretty much well supported among implementations and was designed with the purpose of overcoming these character encoding issues. ;-) > Any idea where I can install the proper fonts ? Font installation is a procedure which depends on the execution environment (Operating System, distribution flavor, etc.). Instead, I'd suggest using SVG or True Type/Open Type fonts (which Batik supports [2]), to accomplish the display of Chinese characters in a consistent and future-proof way. Hope this helps, Helder Magalhães [1] http://en.wikipedia.org/wiki/Character_encoding [2] http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/samples/tests/spec/fonts/fontFace.svg?view=markup --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
