sometimes it's the simple stuff....

s:='utf8 string with german umlauts'
s2:=AnsiLowerCase(s);

on windows, does not convert the umlauts.

Anyone knows how to do this correctly? (or maybe it depends on the unit used, if there is more than one AnsiLowerCase?)

Martin

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to