Skip to content

Commit 98bc7e5

Browse files
committed
Handle supplementary code points in StringUtils.splitByCharacterType()
(#1734).
1 parent 37a2be8 commit 98bc7e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ java.lang.NullPointerException: Cannot invoke
212212
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Fix StringUtils.getDigits dropping supplementary digits (#1729).</action>
213213
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Keep StrBuilder.reverse from splitting surrogate pairs (#1730).</action>
214214
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Fix NumberUtils min/max varargs dropping the sign of zero (#1733).</action>
215+
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Handle supplementary code points in StringUtils.splitByCharacterType() (#1734).</action>
215216
<!-- ADD -->
216217
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
217218
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)