MFC : How to check if a character input is unicode?

Posted by Owen on Stack Overflow See other posts from Stack Overflow or by Owen
Published on 2010-04-19T06:05:18Z Indexed on 2010/04/19 6:13 UTC
Read the original article Hit count: 270

Filed under:
|
|

Hi All,

I have an input text field which accepts a certain maximum number of characters. This number of characters should change though if the character inputs are unicode. Question:

Is there a way I could check if the character input is unicode or not?

© Stack Overflow or respective owner

Related posts about unicode

Related posts about mfc