[Lazarus] Case error with cirilyc

theo xpde at theo.ch
Thu Sep 17 23:02:48 CEST 2009


You should not replace multiple characters with this method like

s.Replace('ввв');

It works for me, if I write
s.Replace('в');

It outputs: kввgd then

Make sure your file encoding is UTF-8 (standard)

If you really need to replace with ввв then write the output in a second 
string like you did before.





More information about the Lazarus mailing list