[Lazarus] utf8 to lowercase?

dmitry boyarintsev skalogryz.lists at gmail.com
Tue Jul 21 23:01:06 CEST 2009


something sluggish, like?

s:='utf8 string with german umlauts';
s2:=UTF8Encode(WideLowerCase(UTF8Decode(s)));

I'd suggest to use WideStrings for the internal processing.

thanks,
dmitry




More information about the Lazarus mailing list