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