convert chinese character to unicode
hello,i have a problem.how can i know the unicode of chinese character in a file?like this character ' 称 ' in a file a.txtthen how can i do to read the a.txt file then get the unicode of the character?really need help..
[263 byte] By [
s1au_k14a] at [2007-11-27 9:39:10]

# 1
i have got the solution,just use the "native2ascii.exe" that have been included in the jdk.then i have a new question,do anybody know how the "native2ascii.exe" works?