You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2004/03/24 21:44:26 UTC

DO NOT REPLY [Bug 27685] - Case-sensitivity with LSParser.domConfig

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27685>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27685

Case-sensitivity with LSParser.domConfig





------- Additional Comments From mrglavas@ca.ibm.com  2004-03-24 20:44 -------
Naela, thanks for reporting. I've fixed the case sensitivity problem using 
String.toLowerCase(Locale.ENGLISH) instead. The other method uses the rules of 
whatever the default locale is. In the Turkish locale, the letter i (#x69) maps 
to I with a dot above (#x130). This certainly isn't the intended transformation.

The other issue, checking for null parameters is still unresolved.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org