-dUseCThreads

-FcUTF8

-dEnableUTF8RTL

thats in my project options, compiler Options -> other
I get same error. I can not compile.

this from my test, I remove Turkish chars from variable definition, compiled project, and ShowMessage result is normal view. I mean chars painting normal

var TBS_Captions2: array[0..2, 0..1] of string[15] = ( ('Anamnez','ANAMNEZ'),('Bal Dosyalar','BALI DOSYALAR'),('Notlar','NOTLAR'));
begin
TBS_Captions2[1,0]:= 'Bağlı Dosyalar';
TBS_Captions2[1,1]:= 'BAĞLI DOSYALAR';
ShowMessage(TBS_Captions2[1,0] + LineEnding + TBS_Captions2[1,1]);



On 15.02.2015 16:41, Juha Manninen wrote:
Ok, use define -dEnableUTF8RTL.
For details see :
   http://wiki.freepascal.org/Better_LCL_Unicode_Support#Testing_with_Lazarus

Juha

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to