[fpc-devel] Unicode resource strings
Michael Schnell
mschnell at lumino.de
Tue Aug 21 11:07:26 CEST 2012
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
More information about the fpc-devel
mailing list