Unicode in fpc doesn't work
Posted
by
user1546454
on Stack Overflow
See other posts from Stack Overflow
or by user1546454
Published on 2012-09-29T14:15:23Z
Indexed on
2012/09/29
15:37 UTC
Read the original article
Hit count: 371
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?
© Stack Overflow or respective owner