[Scummvm-devel] Make class String case insensitive by default?
Marcus Comstedt
marcus at mc.pp.se
Sat Jul 22 23:34:52 CEST 2006
Johannes Schickel <lordhoto at gmail.com> writes:
> What about adding a method which let the user enable/disable case
> sensitive mode? At least then we have the possibility to use case
> sensitive comparisons, if it's needed.
Adding a data field to all strings for this purpose alone seems like a
pointless waste of memory. Better to add a second comparison method
if we need both kinds.
// Marcus
More information about the Scummvm-devel
mailing list