[Lazarus] Version page of Lazarus 'About' dialog

Howard Page-Clark hdpc at talktalk.net
Mon Nov 2 21:06:24 CET 2009


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




More information about the Lazarus mailing list