How to compare utf8 strings For example I have the sign "/" encoded as #47 and #192#175:
str1:=#47; // "/" str2:=#192#175; // "/" How to do: if str1 = str2 then //not working CompareStr not working too. .... Greetings Andrzej And3mD Kilijanski -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
