shorter (and faster) hacky crap:

  ls := TStringList.Create;
  ls.LoadFromFile('someunicodefile.txt');
  Memo.Text := UTF8Encode(ls.Text);
  ls.Free
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to