[Glass] case insensitive search broken for Unicode7?

Mariano Martinez Peck marianopeck at gmail.com
Wed Mar 5 07:28:39 PST 2014


Hi guys,

I am in Gemstone 3.0.1.4 and look at the result of this expression:

('Newmont' *asUnicodeString* _findString: 'newm' startingAt: 1 ignoreCase:
true) > 0

-> false

while

('Newmont'  _findString: 'newm' startingAt: 1 ignoreCase: true) > 0

-> true

All this started because a #matches: was failing...

I am missing something?

Thanks,

-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140305/5aa5bdd2/attachment.html>


More information about the Glass mailing list