How to know whether it is a Chinese character?

  • Thread starter Thread starter James Wong
  • Start date Start date
J

James Wong

Hi everydoby,

I would like to know whether it is possible to distinguish whether a unicode
character is Chinese character or alpha-numeric character.

Thanks for your attention and kindly advice!

Regards,
James Wong
 
James,

When you don't get an answer in this newsgroup, than you can be sure that
nobody knows an answer for your question. Don't look at the fact that
Herfried K. Wagner is forever writing that he even looks at Chinese pages
when he needs something and cannot find it.

I think that this can be (for this question for sure) a better newsgroup.

microsoft.public.cn.dotnet.languages.vb

I hope this helps,

Cor
 
James Wong said:
I would like to know whether it is possible to distinguish whether a
unicode
character is Chinese character or alpha-numeric character.

Take a look at the Unicode specification (<URL:http://www.unicode.org/>) to
find out the ranges where Chines characters reside. In addition to that,
'Char' provides some methods to get information about a certain character
(Unicode category, etc.).
 
Back
Top