[fpc-devel] bug report 20473: Please add a directive to define string=utf8string
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Thu Oct 13 10:14:53 CEST 2011
On Thu, Oct 13, 2011 at 9:44 AM, Paul Ishenin <ip at kmiac.ru> wrote:
> The later can be made by call SetMultiByteConversionCodePage(CP_UTF8) at the
> program start.
>From my comment on the bug report:
Won't SetMultyByteConversionCodePage inadvertedly affect 3rd party
libraries used by the program which, for example, execute something
like:
myansistring := mywidestring;
And then expect myansistring to be in the system encoding?
--
Felipe Monteiro de Carvalho
More information about the fpc-devel
mailing list