MFC: what would be the regex to check if a character is unicode or not?

Posted by Owen on Stack Overflow See other posts from Stack Overflow or by Owen
Published on 2010-04-20T06:57:00Z Indexed on 2010/04/20 7:03 UTC
Read the original article Hit count: 217

Filed under:
|
|

Hi All,

I'm trying to use windows' API IsTextUnicode to check if a character input is unicode or not, but is sort of buggy. I figured, it might be better using a regex. However, I'm new to constructing regular expressions. What would be the regex to check if a character is unicode or not?

Thanks...

© Stack Overflow or respective owner

Related posts about mfc

Related posts about vc++