[
https://issues.apache.org/jira/browse/LANG-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167126#comment-17167126
]
Alex Herbert commented on LANG-1579:
------------------------------------
This changes the replacement of a single character in a StringBuilder from
using {{deleteCharAt(int)}} and {{insert(int, char)}} to {{setCharAt(int,
char)}} for an in-place replacement.
The effect will be a performance gain in {{StringUtils.stripAccents(String)}}.
> refine StringUtils.convertRemainingAccentCharacters
> ----------------------------------------------------
>
> Key: LANG-1579
> URL: https://issues.apache.org/jira/browse/LANG-1579
> Project: Commons Lang
> Issue Type: Sub-task
> Reporter: Jin Xu
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> [https://github.com/apache/commons-lang/pull/568]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)