[fpc-devel] utf8 in 2.6.0
Hans-Peter Diettrich
DrDiettrich1 at aol.com
Tue Jan 1 22:36:30 CET 2013
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
More information about the fpc-devel
mailing list