This is an automated email from the ASF dual-hosted git repository.

ggregory 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 69b73420f StringUtils.stripAccents(String) doesn't handle "\u0111" and 
"\u0110" (Vietnamese) #1216
69b73420f is described below

commit 69b73420f032a52cc4b929e2d089f20de5b61a27
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 14 10:56:50 2024 -0400

    StringUtils.stripAccents(String) doesn't handle "\u0111" and "\u0110"
    (Vietnamese) #1216
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a38991da0..5758ef443 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -130,6 +130,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Make LockVisitor.applyWriteLocked(FailableConsumer) null-safe.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Make ObjectUtils.getFirstNonNull(Supplier...) null-safe.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Make SystemProperties.getLineSeparator(Supplier).</action>
+    <action                   type="fix" dev="ggregory" 
due-to="hunghhdev">StringUtils.stripAccents(String) doesn't handle "\u0111" and 
"\u0110" (Vietnamese) #1216.</action> 
     <!-- UPDATE -->
     <action                   type="update" dev="sebb" 
due-to="Dependabot">Bump commons-parent from 64 to 69 #1194.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 
3.2.0 #1175.</action>

Reply via email to