[fpc-pascal] request for help: connecting to WIN1251 (ANSI) codepaged DB (FB1.0.3) in Lazarus

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Mon Apr 26 22:36:25 CEST 2010


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



More information about the fpc-pascal mailing list