]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | # © 2016 and later: Unicode, Inc. and others. |
2 | # License & terms of use: http://www.unicode.org/copyright.html#License | |
3 | # | |
51004dcb | 4 | # File: tr_Title.txt |
f3c0d7a5 | 5 | # Generated from CLDR |
51004dcb | 6 | # |
2ca993e8 A |
7 | |
8 | # I and i-dotless; I-dot and i are case pairs in Turkish and Azeri | |
9 | # Make any string of letters after a cased letter be lower, with rules for i | |
51004dcb A |
10 | [:cased:] [:case-ignorable:]* { İ → i; |
11 | [:cased:] [:case-ignorable:]* { I → ı; | |
12 | [:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ; | |
2ca993e8 | 13 | # Otherwise all lowercase go to upper (titlecase stay as is) |
51004dcb A |
14 | i→İ ; |
15 | ([:Lowercase:]) → &Any-Upper($1) ; | |
2ca993e8 A |
16 | # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ; |
17 |