tor-browser

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

lt_Title.txt (1010B)


      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: lt_Title.txt
      6 # Generated from CLDR
      7 #
      8 
      9 # Make any string of letters after a cased letter be lower
     10 ::NFD();
     11 [:Cased:] [:Case_Ignorable:]* {I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;
     12 [:Cased:] [:Case_Ignorable:]* {J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;
     13 [:Cased:] [:Case_Ignorable:]* {I \u0328 } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0328 \u0307;
     14 [:Cased:] [:Case_Ignorable:]* {I \u0300 → i \u0307 \u0300;
     15 [:Cased:] [:Case_Ignorable:]* {I \u0301 → i \u0307 \u0301;
     16 [:Cased:] [:Case_Ignorable:]* {I \u0303 → i \u0307 \u0303;
     17 [:Cased:] [:Case_Ignorable:]* { (.) → &Any-Lower($1) ;
     18 # Otherwise all lowercase go to upper (titlecase stay as is)
     19 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
     20 ([:Lowercase:]) → &Any-Upper($1) ;
     21 ::NFC();