]> git.saurik.com Git - apple/icu.git/blob - icuSources/data/translit/tr_Title.txt
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / data / translit / tr_Title.txt
1 # ***************************************************************************
2 # *
3 # * Copyright (C) 2004-2016, International Business Machines
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved.
5 # *
6 # ***************************************************************************
7 # File: tr_Title.txt
8 # Generated from CLDR
9 #
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
13 [:cased:] [:case-ignorable:]* { İ → i;
14 [:cased:] [:case-ignorable:]* { I → ı;
15 [:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;
16 # Otherwise all lowercase go to upper (titlecase stay as is)
17 i→İ ;
18 ([:Lowercase:]) → &Any-Upper($1) ;
19 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
20