> I've just committed a fix - the identification of which case folding
> behaviour is required was broken.
> 
> Please note:
> 
> if (string == "blah") 
> 
> does NOT do what you probably expect (and yes, I've been stung by this
> too).
> 
> You almost always want:
> 
> if (string.equals("blah"))
> 
> So now the case folding follows the property setting correctly...

Ok, thanks for the fix and the lesson!

> Sean Legassick


-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to