Fix error in vc9: universal-character-name encountered in source
Changed unicode literals from '\u1234' to '\x1234'. Hopefully this doesn't break the build for other compilers.
Showing
Please register or sign in to comment
Changed unicode literals from '\u1234' to '\x1234'. Hopefully this doesn't break the build for other compilers.