摘要:
在unicode 字符串中,中文的范围是在4E00..9FFF:CJK Unified Ideographs。 通过对字符的unicode编码进行判断来确定字符是否为中文。 protected bool IsChineseLetter(string input,int index) { int code = 0; int chfrom = Convert.ToInt32("4e00", 1... 阅读全文
posted @ 2008-11-13 09:52
香蕉部落blog
阅读(455)
评论(0)
推荐(0)