1 # ***************************************************************************
3 # * Copyright (C) 2004-2016, International Business Machines
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved.
6 # ***************************************************************************
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)
18 ([:Lowercase:]) → &Any-Upper($1) ;
19 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;