7 Dec
2005
7 Dec
'05
9:52 p.m.
Thanks guys! I knew I had to not be the first one doing this :)
I'll be inserting one string into a list of already sorted strings, so probably the keying, and choices of algorithms won't effect things that much. Also, we only have about 20 effects right now.
It seems that Glib::ustring does this by default in their implementation of the comparison functions. I think I'll probably go with that first, and if speed becomes an issue, optimize.
Thanks again, Ted