2008/11/21 Graeme Geldenhuys <[email protected]>: > Memo1.Lines.SaveToFile('test.txt', TEncoding.Unicode);
I am not agree to make TStrings responsible of converting to another encoding, it is enough for us save and load the text as it in the same application (TStringList). We need to convert when need to read result text from another applications to send it, there you need some functions to make converting pass the TStrings as params. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
