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