Re: UTF8 and strings...
Posted: Mon Jan 18, 2010 11:05 am
Behaviour changed in 4.41 RC1:
unicode compiler option == OFF ==> Result of TEST:
unicode compiler option == ON ==> Result of TEST:
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|