]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/translit/Latin_ASCII.txt
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / data / translit / Latin_ASCII.txt
index c83e48a70e15deebae1f9c279e856ade5ef8e694..c4c275e462b26da71817cf7fcdda88395e071b2f 100644 (file)
@@ -1,11 +1,8 @@
-# ***************************************************************************
-# *
-# *  Copyright (C) 2004-2016, International Business Machines
-# *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
-# *
-# ***************************************************************************
+# © 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html#License
+#
 # File: Latin_ASCII.txt
-# Generated from CLDR 
+# Generated from CLDR
 #
 
 # This handles only Latin, Common, and IDEOGRAPHIC NUMBER ZERO (Han).
 # Don't want NFKD, because that would convert things like superscripts and
 # subscripts, which we do not want. So the individual transforms below
 # include an appropriate subset of the NFKD ones.
-# Here we remove accents from Latin characters. We then recompose to permit rules
+# Here we remove accents from Latin characters or digits. We then recompose to permit rules
 # such as mapping NOT EQUAL TO to an ASCII equivalent e.g. "!=" if we choose to.
 #
 :: NFD() ;
-[:Latin:] { [:Mn:]+ → ; # maps to nothing; remove all Mn following Latin letter
+[[:Latin:][0-9]] { [:Mn:]+ → ; # maps to nothing; remove all Mn following Latin letter/digit
 :: NFC() ;
 #
 # Some of the following mappings (noted) are from CLDR ‹character-fallback› data.