On Mon, May 26, 2014 at 5:19 PM, <[email protected]> wrote: > + public String apply(String input) { > + return input.toLowerCase(); > + }
Do we need to take care of Turkish locale bug (OAK-260) and specify locale here also? Chetan Mehrotra
On Mon, May 26, 2014 at 5:19 PM, <[email protected]> wrote: > + public String apply(String input) { > + return input.toLowerCase(); > + }
Do we need to take care of Turkish locale bug (OAK-260) and specify locale here also? Chetan Mehrotra