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 dfaea97de Emit surrogate pair for supplementary code points in
UnicodeEscaper (#1726).
dfaea97de is described below
commit dfaea97de4dd175781eeb552ff9eb29db767acc3
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 23 14:46:23 2026 +0000
Emit surrogate pair for supplementary code points in UnicodeEscaper
(#1726).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f881b33f3..ecf437299 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -204,6 +204,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix CsvUnescaper bounds error on a single quote field (#1723).</action>
<action issue="LANG-1824" type="fix" dev="ggregory" due-to="Dhruv
Aggarwal, Gary Gregory">Fix Strings.replace overflow on large replacements
(#1716).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Classify supplementary code points in StringUtils is* predicates
(#1724).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Emit surrogate pair for supplementary code points in UnicodeEscaper
(#1726).</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>