Jonas Maebe wrote:
> 
> On 16 Sep 2009, at 11:44, Michael Schnell wrote:
> 
> Don't analyse them character by character, but use standard functions to
> compare them. 

Does the FPC rtl compare two unicode-strings a and b as equal with
 "if a=b ..."
even when both print as "รค" and one is coded as a single character and
the other is coded as an a and a " double dot superscript" ?

How should it do that ? it would need a table of the codings of all
possible multi-unicode-character encodings ?

-Michael

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to