On 08/21/2012 10:17 AM, Graeme Geldenhuys wrote:
if you want to do string comparisons, one option is to normalise the text before you do a compare.
Other than the conversion necessary with system-calls when a different encoding is used internally, comparing strings happens very often within the user code. So the compiler can't force using complex stuff like that all over the place.

-Michael

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

Reply via email to