Unicode character check

Pages: 12
What I meant is that L'U+code' is probably not one character, but is actually the same as writing L'123456'. You see, what I ask is, have you read somewhere that the VS compiler has such input syntax for unicode - with U+ prefix? As I said, I am not current with MS technology, but AFAIK this is not the proper way to specify unicode codepoints in wchar_t. Why don't you use \xNNNN?

Regards
It worked!!!!!! With no warnings! I haven't debugged yet, but at least it got this far. Thank you!
Topic archived. No new replies allowed.
Pages: 12