* kajaa wrote: > In all style/*.xsl files, there is a line say: > <!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp " "> ]> > > This causes a problem when multi-byte encoding language (such as zh,kr,jp) > translations be shown in a browser, because, OS may recognize the character > 160 as the first part of a specific language character, and displays a > strange one which is not expected.
That was a transformation error (xalan bug?). Recently I've worked around that by filtering these characters and writing " " into the output. Please try it with this change and see what happens with the chinese transformation. If it doesn't work as expected, we can consider further changes. Thanks, nd -- die (eval q-qq:Just Another Perl Hacker :-) # André Malo, <http://pub.perlig.de/> # --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]