6 Apr 2005 15:42
issue with compilePattern in InstructionFinder class
Padmaja Vedula <padmaja.vedula <at> gmail.com>
2005-04-06 13:42:09 GMT
2005-04-06 13:42:09 GMT
hello, We are facing an issue with the pattern search in the InstructionFinder class. The compilePattern works fine with no defaultLocale set and also with most Locales set. But in the case of Turkish locale because of the locale rules the pattern conversion to regular string expression produces some locale specific characters. This happens when the pattern is converted to lower case in the compilePattern method. Is it possible that this lower case conversion can be done by using String.toLowerCase(Locale.US). That might solve the problem of broken locale issues. thanks, PV
RSS Feed