On 05 Nov 2012, at 15:25, ik wrote:
I have a program like this: --------- program print; begin writeln(#$d790); // Should print א end. ----------
[snip]
What am I missing or doing wrong ?
a) add "uses cwstring" to get a full unicodestring manager in your program
b) the unicode code point for א is $05d0, not $d790 Jonas
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal