12.10.2011 13:45, Sven Barth пишет:
Am 12.10.2011 11:33, schrieb Alex Shishkin:
1) Why UTF8String made incompatible with AnsiString(CP_UTF8)
( UTF8String = type AnsiString(CP_UTF8); )? Why not an alias?
2) Same question about RawByteString

RawByteString is special, because any other string can be assigned to it
WITHOUT conversion, but the code page of the assigned string will be
kept, so one can still check which code page the original string had.

Thanks this is what I miss. But the question remains: what is AnsiString(CP_NONE)?
If it is special too, why not just alias and if not what is it?

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

Reply via email to