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 0c7942f41 Javadoc
0c7942f41 is described below
commit 0c7942f416ec7dbf163e72ce0a62a138f11822ad
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 6 16:26:03 2026 -0400
Javadoc
---
src/main/java/org/apache/commons/lang3/StringUtils.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/main/java/org/apache/commons/lang3/StringUtils.java
b/src/main/java/org/apache/commons/lang3/StringUtils.java
index 7bc5d99c0..f5a9e6554 100644
--- a/src/main/java/org/apache/commons/lang3/StringUtils.java
+++ b/src/main/java/org/apache/commons/lang3/StringUtils.java
@@ -7884,6 +7884,10 @@ public static String strip(String str, final String
stripChars) {
* <p>
* Decomposes ligatures and digraphs per the KD column in the <a href =
"https://www.unicode.org/charts/normalization/">Unicode Normalization Chart.</a>
* </p>
+ * <p>
+ * Be aware that this NFKD compatibility decomposition can map non-letter
compatibility forms (fullwidth, small-form, math-symbol variants of {@code <},
+ * {@code >}, {@code /}, and so on) to their ASCII counterparts.
+ * </p>
*
* <pre>
* StringUtils.stripAccents(null) = null