How to know whether it is a Chinese character?

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
 
C

Cor Ligthert

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
 
H

Herfried K. Wagner [MVP]

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.).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top