Skip to content

Commit fa8a895

Browse files
committed
change CaseFolding example from MASSE to FUSS
1 parent c2c5ba9 commit fa8a895

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

unicodetools/data/ucd/dev/CaseFolding.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CaseFolding-17.0.0.txt
2-
# Date: 2025-01-27, 18:09:07 GMT
2+
# Date: 2025-05-02, 21:48:45 GMT
33
# © 2025 Unicode®, Inc.
44
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
55
# For terms of use and license, see https://www.unicode.org/terms_of_use.html
@@ -18,7 +18,7 @@
1818
# The data supports both implementations that require simple case foldings
1919
# (where string lengths don't change), and implementations that allow full case folding
2020
# (where string lengths may grow). Note that where they can be supported, the
21-
# full case foldings are superior: for example, they allow "MASSE" and "Maße" to match.
21+
# full case foldings are superior: for example, they allow "FUSS" and "Fuß" to match.
2222
#
2323
# All code points not listed in this file map to themselves.
2424
#

unicodetools/src/main/resources/org/unicode/text/UCD/CaseFoldingHeader.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The data supports both implementations that require simple case foldings
1111
# (where string lengths don't change), and implementations that allow full case folding
1212
# (where string lengths may grow). Note that where they can be supported, the
13-
# full case foldings are superior: for example, they allow "MASSE" and "Maße" to match.
13+
# full case foldings are superior: for example, they allow "FUSS" and "Fuß" to match.
1414
#
1515
# All code points not listed in this file map to themselves.
1616
#

0 commit comments

Comments
 (0)