A
Aman Sharma
Guest
I am working on an application in which I am reading a string of character with Mandarin/Chinese characters and I am not able to find the UNICODE or ASCII value of the mandarin characters. I have tried using the ASC method for example: ASC(国王豪华房) But it yields with -1 value. 1) Is there any method available in progress by which I can find the UNICODE values of the mandarin characters because I am thinking of fetching the values of mandarin characters and compare it with the chines character set. 2) what is UNICODE range of mandarin/chinese characters 3) Is there any method available in progress by which I can find the unicode values of a mandarin character passed.
Continue reading...
Continue reading...