On Jul 7, 2011, at 4:30 PM, Weijun Wang <[email protected]> wrote:
> Hi Xuelei > > There are some other places using equalsIgnoreCase(). Is this method safe for > all locales? > equalsIgnoreCase() is safe. Looking into the code of this method, you will find that the implementation is a little different from just converting to lower case or upper case. Andrew > Thanks > Max
