>>732430Not OP, but yeah, that doesn't work in Visual Studio. You can set the project to "Use Unicode character set", but if you have any unicode characters or escape sequences in strings, the compiler will give you this shit:
>warning C4566: character represented by universal-character-name '\u0442' cannot be represented in the current code page (1252)I've tried working around this before, but have never been able to find any way to do so.