Closed GoogleCodeExporter closed 9 years ago
Problem is FreePascal core not supported unicode well. Its libraries is
compatible with very old Delphi/TurboPascal, that is really from ages before
win98 :)
Solution is using different units, for example unicode chars problem is solved
in this patch
http://code.google.com/p/transmisson-remote-gui/issues/detail?id=454 using
"ufiles" unit. Ufiles also not perfect, need this patch for work on modern os.
Original comment by ivanal...@gmail.com
on 29 Nov 2011 at 9:10
Attachments:
Original comment by j...@cp-lab.com
on 26 Mar 2012 at 2:24
Can that patch be merged so unicode will work properly? Much of the world is
using Unicode now, so being stuck with something that's 8-bits only, causes
problems.
TurboPascal is about -- 20-30 years old? Sticking to a language that is a
quarter of a century old doesn't seem like it would make for the easiest
development environment.
Maybe C? or C++? ;-)
Original comment by astara.a...@gmail.com
on 28 Mar 2012 at 12:38
Original issue reported on code.google.com by
astara.a...@gmail.com
on 29 Nov 2011 at 3:12