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