Unicode in fpc doesn't work
- by user1546454
Hi I'm Romanian and I can't write Unicode in Free Pascal Compiler. I try to write ?,î,â,a,?
and it doesn't work. I tried with dos windows changed fonts, tried chcp. I even made a batch file which would do chcp 65001 and start the app. By default when I tried to write these letter I got "?" but when I started it with the batch file it just didn't write anything. I tried AnsiString, UnicodeString, UTF8String and all didn't work. And I think the problem is in the compiler. Does anyone know a solution?