After adding ' raw="yes" ' into the <span> tag, those Chineses chars are no longer of the form "鏃 ..." in the HTML source. So, something may be wrong with the Java source code.
Later I found that the Java source code is in UTF-8, but the default encoding of "javac" is not UTF-8. Finally it is solved with help from Maasing. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
