Hello, I have a program like this: --------- program print; begin writeln(#$d790); // Should print א end. ---------- I print this to a file: ./program > file In hex editor the value 3F A0 It also the same on normal terminal. I'm using Free Pascal Compiler version 2.6.0 [2012/05/17] for x86_64 Under Linux. What am I missing or doing wrong ? Thanks, Ido