This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
from 28cbf74d7 [LANG-1770] StringUtils.abbreviate is not emoji aware, breaks surrogate pairs new 16b89f548 Add explicit simple tests new 4bca9b474 Add org.apache.commons.lang3.StringUtilsTest.testToCodePointsEmoji() new 5f1200c35 Reimplement StringUtils.toCodePoints(CharSequence) to use java.lang.CharSequence.codePoints() The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 1 + .../java/org/apache/commons/lang3/StringUtils.java | 10 +--------- .../org/apache/commons/lang3/StringUtilsTest.java | 21 +++++++++++++++++---- 3 files changed, 19 insertions(+), 13 deletions(-)