unicode compiler option == OFF ==> Result of TEST:
Code: Select all
PeekS(?string,?dataEnd-?string,#PB_UTF8) ==> Test ? 123
Dump of ?string:
004223FC 54 65 73 74 20 E9 20 31 32 33 |Test é 123|
Code: Select all
PeekS(?string,?dataEnd-?string,#PB_UTF8) ==> Test 123
Dump of ?string:
004224B8 54 65 73 74 20 E9 20 31 32 33 |Test é 123|