Merge branch '6.2.x'

This commit is contained in:
Sébastien Deleuze 2025-03-13 12:58:04 +01:00
commit 90e32cadeb
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ public abstract class StringUtils {
* <li>Alphanumeric characters {@code "a"} through {@code "z"}, {@code "A"} through {@code "Z"},
* and {@code "0"} through {@code "9"} stay the same.</li>
* <li>Special characters {@code "-"}, {@code "_"}, {@code "."}, and {@code "*"} stay the same.</li>
* <li>A sequence "{@code %<i>xy</i>}" is interpreted as a hexadecimal representation of the character.</li>
* <li>A sequence "<i>{@code %xy}</i>" is interpreted as a hexadecimal representation of the character.</li>
* <li>For all other characters (including those already decoded), the output is undefined.</li>
* </ul>
* @param source the encoded String