Which option?
I don't remember right now. It's the default option in Lazarus ;) (This has already been discussed in another thread.).

Lazarus seems to need to set this option because the LCL API is strictly UTF8 (and the UTF8String [ =ANSIString] ) type used otherwise would not get correct initialization from a string constant in the source code, as without this option, string constants seem to be correct WideStrings which <without manual conversion> are incorrectly converted to UTF8String as the compiler mistakes UTF8String for ANSIString).


-Michael
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to