Actually you should use CP1251ToUTF8 for the conversion from the unit LConvEncoding and not AnsiToUTF8 if you want your code to work properly in any computer. AnsiToUTF8 will only correctly if CP1251 is your system encoding. -- Felipe Monteiro de Carvalho