]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/translit/Any_Publishing.txt
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / data / translit / Any_Publishing.txt
index 5e3c36b2144489d8ba3d40660afcbc4be4a1629a..9ecf67967dd4e450a95b958b093b27c401e282ab 100644 (file)
@@ -1,34 +1,23 @@
-#--------------------------------------------------------------------
-# Copyright (c) 1999-2004, International Business Machines
-# Corporation and others. All Rights Reserved.
-#--------------------------------------------------------------------
-
-# Test case
-# "The" "(quick)" ('brown') `fox' ` jumped --     "over?"
-
-# Variables
-
+# ***************************************************************************
+# *
+# *  Copyright (C) 2004-2010, International Business Machines
+# *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
+# *
+# ***************************************************************************
+# File: Any_Publishing.txt
+# Generated from CLDR 
+#
 $single = \' ;
 $space = ' ' ;
 $double = \" ;
 $back = \` ;
-$tab = '\u0008' ;
+$tab = \u0008 ;
 $makeRight = [[:Z:][:Ps:][:Pi:]$] ;
-
-# fix UNIX quotes
-
-$back $back > “ ;
-$back > ‘ ;
-
-# fix typewriter quotes, by context
-
-$makeRight {$double} <> “ ;
-$double <> ” ;
-
-$makeRight {$single} <> ‘ ;
-$single <> ’;
-
-# fix multiple spaces and hyphens
-
-$space {$space} > ;
-'--' <> — ;
+$back $back → “ ;
+$back → ‘ ;
+$makeRight {$double} ↔ “ ;
+$double ↔ ” ;
+$makeRight {$single} ↔ ‘ ;
+$single ↔ ’;
+$space {$space} → ;
+'--' ↔ — ;