[fpc-devel] TRegistry and Unicode
Martok
listbox at martoks-place.de
Wed Feb 27 13:52:25 CET 2019
Am 26.02.2019 um 19:12 schrieb Bart:
> This leaves my initial "itch": input strings are CP_ACP (so can be
> anything), output strings are CP_UTF8 always.
Unless your DefaultSystemCodePage is CP_UTF8 (in which case UTF8Encode is not
needed), the next action on the string will convert away from UTF8 anyways.
String codepages are not stable, there is almost never a point in explicitly
setting one...
--
Regards,
Martok
More information about the fpc-devel
mailing list