tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

az_Title.txt (666B)


      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/
      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)
     15 i→İ ;
     16 ([:Lowercase:]) → &Any-Upper($1) ;
     17 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;