Skip to content

Commit c0a04ed

Browse files
Add simple and special case mapping (#78)
Co-authored-by: Mathias Bynens <mathias@qiwi.be>
1 parent ca89701 commit c0a04ed

32 files changed

+6668
-5
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ Note that these READMEs are auto-generated by this script, too – they describe
8787
'Case_Folding': [
8888
'C', 'F', 'S', 'T'
8989
],
90+
'Simple_Case_Mapping': [
91+
'Uppercase', 'Lowercase', 'Titlecase'
92+
],
93+
'Special_Casing': [
94+
'Uppercase', 'Lowercase', 'Titlecase', …
95+
],
9096
'Bidi_Class': [
9197
'Arabic_Letter', 'Arabic_Number', 'Boundary_Neutral', …
9298
],

data/10.0.0-special-casing.txt

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

data/11.0.0-special-casing.txt

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

data/12.0.0-special-casing.txt

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

data/12.1.0-special-casing.txt

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

data/13.0.0-special-casing.txt

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

data/14.0.0-special-casing.txt

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

data/15.0.0-special-casing.txt

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

data/15.1.0-special-casing.txt

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

data/16.0.0-special-casing.txt

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)