[fpc-devel] Unicode support - for the 20th time... ;-)

dmitry boyarintsev skalogryz.lists at gmail.com
Thu Nov 20 10:11:58 CET 2008


shorter (and faster) hacky crap:

  ls := TStringList.Create;
  ls.LoadFromFile('someunicodefile.txt');
  Memo.Text := UTF8Encode(ls.Text);
  ls.Free



More information about the fpc-devel mailing list