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-text.git
The following commit(s) were added to refs/heads/master by this push:
new af9cca80 Keep TextStringBuilder.reverse from splitting surrogate pairs
(#756).
af9cca80 is described below
commit af9cca805c55f3901d3c904fa0e30cc0feda9457
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 27 12:51:50 2026 +0000
Keep TextStringBuilder.reverse from splitting surrogate pairs (#756).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eec1e245..804a5173 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Use
locale-independent lower casing in CaseUtils, WordUtils, and
StringLookupFactory (#753).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Keep
WordUtils.wrap from splitting a surrogate pair (#755).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Fix
WordUtils.containsAllWords missing words across line breaks (#754).</action>
+ <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Keep
TextStringBuilder.reverse from splitting surrogate pairs (#756).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 102.</action>