: I'm confident that /trunk accepts any case:
: 
:   v = v.toUpperCase();

thats in Solr 1.2 as well.... hmmm.... 

Ahmet: what is the default Locale of your JVM?  

String.toUpper() does use the default Locale ... i guess maybe we should 
start being more strict about using "compareToIgnoreCase" (or use 
toUpperCase(Locale.ENGLISH)) in cases like this where we want to test 
input strings against expected constants.



-Hoss

Reply via email to