[Lazarus] UTF8 string compare

Vincent Snijders vsnijders at vodafonevast.nl
Sun Nov 1 22:31:17 CET 2009


And3mD schreef:
> How to compare utf8 strings
> 
> For example I have the sign "/" encoded as #47 and #192#175:
> 
> str1:=#47; // "/"
> str2:=#192#175; // "/"
> 

I don't think str2 is valid UTF8.

Vincent




More information about the Lazarus mailing list