-
Bug
-
Resolution: Unresolved
-
P4
-
25
-
generic
-
generic
There are some String/char methods in LocaleUtils that are redundant. We can do some cleanup by replacing these methods. The corresponding replacement methods in String and Character are also probably better optimized as well.
However, it should be noted that the LocaleUtils methods are intended for the ASCII range, and String/Character operate beyond that. Thus consideration is required, see below comment.
However, it should be noted that the LocaleUtils methods are intended for the ASCII range, and String/Character operate beyond that. Thus consideration is required, see below comment.