I get this error when compile project (-FcUTF8)
....
const
  TBS_Captions: array[0..2, 0..1] of string[15] = ( ('Anamnez','ANAMNEZ'),
('Bağlı Dosyalar','BAĞLI DOSYALAR'), //<-Copy & paste here ->original in source editor('Bağlı Dosyalar','BAОLI DOSYALAR'),
('Notlar','NOTLAR')
                                                  );
....
Error: Unicodechar/string constants cannot be converted to ansi/shortstring at compile-time

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

Reply via email to