On Sun, Feb 15, 2015 at 8:18 PM, FreeMan <[email protected]> wrote: > -FcUTF8 added, have to use this Juha's suggestion directive too? > "-dEnableUTF8RTL"
Only if you want to use the improved UTF8 support. See the wiki page: http://wiki.freepascal.org/Better_LCL_Unicode_Support Indeed my suggestion was not relevant for your problem. -dEnableUTF8RTL changes encoding of String type but not ShortString. However as you have plenty of energy you should define EnableUTF8RTL and test with it. Remember, it must be in "Additions and Overrides" to affect all dependent packages. We expect more issues with Windows API calls. They should be added to the "Open issues" section of the wiki page. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
