Code: Select all
Debug Asc(Chr(401)) ; prints: 145
Debug Asc(Chr(956)) ; prints: 188
Yes, I have "Create Unicode Executable" selected (even tested with a CompilerIf wrapper)
Am I missing something, or is there an issue with Asc() in Unicode mode? I am using PureBasic 5.31 Beta 1 x86, in W7-64.