[Glass] case insensitive search broken for Unicode7?
James Foster
james.foster at gemtalksystems.com
Wed Mar 5 10:51:49 PST 2014
> On Wed, Mar 5, 2014 at 1:47 PM, James Foster <james.foster at gemtalksystems.com> wrote:
> I added ‘asUppercase’ to both the receiver and the argument in my code (with a note to remove it later).
>
> But the problem is that lots of methods will be broken....because it is all senders of all senders of all senders.. of _findString: subString startingAt: startIndex ignoreCase: aBoolean of Unicode7.
>
> What about this instead:
>
> Unicode7 >> _findString: subString startingAt: startIndex ignoreCase: aBoolean
>
> ^ super _findString: subString startingAt: startIndex ignoreCase: aBoolean
I am not aware of any suggested changes to the base classes to fix this but I’ve indicated on the internal bug tracking system that publishing a workaround would be appreciated.
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140305/4a28e92f/attachment.html>
More information about the Glass
mailing list