Page 1 of 1

HOW TO FIND CHINEES CHARECTER

Posted: Mon Nov 22, 2010 4:55 am
by basu.ds
Hi ,

is there any function to find chines character in a string? other than UTF-8,UNICODE just i need a function to find china character

i am getting china characters in my string so i need to find which one is china character .

Posted: Mon Nov 22, 2010 5:35 am
by ray.wurlod
First you need to find out how your Chinese characters are encoded (for example GB2312 or BIG5), then how these are mapped to Unicode. Consult Unicode code tables to determine which code points represent Chinese characters (don't forget the CJK characters, which are shared between Chinese, Japanese and Korean). Then you will be able to determine which character(s) in your data are Chinese.