| OLD | NEW |
| 1 # *************************************************************************** | 1 # *************************************************************************** |
| 2 # * | 2 # * |
| 3 # * Copyright (C) 2004-2013, International Business Machines | 3 # * Copyright (C) 2004-2014, International Business Machines |
| 4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved. | 4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved. |
| 5 # * | 5 # * |
| 6 # *************************************************************************** | 6 # *************************************************************************** |
| 7 # File: Latin_ASCII.txt | 7 # File: Latin_ASCII.txt |
| 8 # Generated from CLDR | 8 # Generated from CLDR |
| 9 # | 9 # |
| 10 :: [[:Latin:][:Common:][:Inherited:][〇]] ; | 10 :: [[:Latin:][:Common:][:Inherited:][〇]] ; |
| 11 :: NFD() ; | 11 :: NFD() ; |
| 12 [:Latin:] { [:Mn:]+ → ; # maps to nothing; remove all Mn following Latin letter | 12 [:Latin:] { [:Mn:]+ → ; # maps to nothing; remove all Mn following Latin letter |
| 13 :: NFC() ; | 13 :: NFC() ; |
| (...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 ∖ → '\' ; # 2216;SET MINUS (from ‹character-fallback›) | 686 ∖ → '\' ; # 2216;SET MINUS (from ‹character-fallback›) |
| 687 ∣ → '|' ; # 2223;DIVIDES (from ‹character-fallback›) | 687 ∣ → '|' ; # 2223;DIVIDES (from ‹character-fallback›) |
| 688 ∥ → '||' ; # 2225;PARALLEL TO (from ‹character-fallback›) | 688 ∥ → '||' ; # 2225;PARALLEL TO (from ‹character-fallback›) |
| 689 ≪ → '<<' ; # 226A;MUCH LESS-THAN | 689 ≪ → '<<' ; # 226A;MUCH LESS-THAN |
| 690 ≫ → '>>' ; # 226B;MUCH GREATER-THAN | 690 ≫ → '>>' ; # 226B;MUCH GREATER-THAN |
| 691 ⦅ → '((' ; # 2985;LEFT WHITE PARENTHESIS | 691 ⦅ → '((' ; # 2985;LEFT WHITE PARENTHESIS |
| 692 ⦆ → '))' ; # 2986;RIGHT WHITE PARENTHESIS | 692 ⦆ → '))' ; # 2986;RIGHT WHITE PARENTHESIS |
| 693 ⩴ → '::=' ; # 2A74;DOUBLE COLON EQUAL (compat) | 693 ⩴ → '::=' ; # 2A74;DOUBLE COLON EQUAL (compat) |
| 694 ⩵ → '==' ; # 2A75;TWO CONSECUTIVE EQUALS SIGNS (compat) | 694 ⩵ → '==' ; # 2A75;TWO CONSECUTIVE EQUALS SIGNS (compat) |
| 695 ⩶ → '===' ; # 2A76;THREE CONSECUTIVE EQUALS SIGNS (compat) | 695 ⩶ → '===' ; # 2A76;THREE CONSECUTIVE EQUALS SIGNS (compat) |
| OLD | NEW |