Detech Chinese Character

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

my textbox can allow user to input chinese character (B5, or GB)

however, how can I detect it ?
Thanks a lot
 
Agnes said:
my textbox can allow user to input chinese character (B5, or GB)

however, how can I detect it ?
Thanks a lot
Take a look at the ChrW(someInt) (where someInt is a unicode character
number)
If you know the unicode character number of the character you want to
detect.
 
Back
Top