Hi there,
Here is my question:
If I pass a value to a string, like "xyz\xc2\xbfwww ", then the runtime
value (VC++)of this string is "xyz¿www". Is this runtime value in
UTF-8 encoding? How can I check this?
Thanks a lot.
Mike
Here is my question:
If I pass a value to a string, like "xyz\xc2\xbfwww ", then the runtime
value (VC++)of this string is "xyz¿www". Is this runtime value in
UTF-8 encoding? How can I check this?
Thanks a lot.
Mike
Comment