Jonas Maebe schrieb:

And how works " {$codepage 8859-1} ... UnicodeStringVar:=
'abcd'#228#246#252#1092#1080#1089#1074;

" ?

That string contains codepoints > #255 and hence is a unicodestring
rather than a single byte string. No conversion at either compile or
run time happens, and the codepage directive has no influence.

Does this really mean that, when the codes > #255 are removed, the remaining codes have a different meaning?

DoDi

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to