Hi, While browsing through to code of rtl/unix/sysutils.pp I noticed line 457 in Procedure InitAnsi is: Move (CPISO88591LCT,UpperCaseTable[192],SizeOf(CPISO88591UCT)); This should propably be: Move (CPISO88591LCT,LowerCaseTable[192],SizeOf(CPISO88591UCT)); Regards, Vincent Snijders.