This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 181b80dcd Keep initials from splitting a supplementary code point
(#1722).
181b80dcd is described below
commit 181b80dcdf78e8f962a20e339b824b8e58745c0c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 17:04:15 2026 +0000
Keep initials from splitting a supplementary code point (#1722).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c61ea4684..50eb1fc78 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -199,6 +199,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Find NaN in ArrayUtils.lastIndexOf for double and float arrays
(#1718).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Reject sign characters in UnicodeUnescaper hex values (#1721).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep abbreviate and truncate off surrogate pair boundaries
(#1719).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep initials from splitting a supplementary code point
(#1722).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_27.</action>