1 # © 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html#License
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
10 [:cased:] [:case-ignorable:]* { İ → i;
11 [:cased:] [:case-ignorable:]* { I → ı;
12 [:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;
13 # Otherwise all lowercase go to upper (titlecase stay as is)
15 ([:Lowercase:]) → &Any-Upper($1) ;
16 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;