1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3 <!-- 4 Copyright 1991-2013 Unicode, Inc. 5 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 6 For terms of use, see http://www.unicode.org/copyright.html 7 --> 8 <supplementalData> 9 <version number="$Revision: 12683 $"/> 10 <transforms> 11 <transform source="Any" target="Publishing" direction="both" alias="und-t-d0-publish" backwardAlias="und-t-s0-publish"> 12 <tRule><![CDATA[ 13 # Variables 14 $single = \' ; 15 $space = ' ' ; 16 $double = \"; 17 $back = \` ; 18 $tab = \u0008 ; 19 $makeRight = [[:Z:][:Ps:][:Pi:]$] ; 20 21 # fix UNIX quotes 22 $back $back ; 23 $back ; 24 25 # fix typewriter quotes, by context 26 $makeRight {$double} ; 27 $double ; 28 $makeRight {$single} ; 29 $single ; 30 31 $space {$space} ; 32 '<--->' ''; 33 '<---' ''; 34 '--->' ''; 35 '<-->' ''; 36 '<--' ''; 37 '-->' ''; 38 '<-/->' ''; 39 '<-/-' ''; 40 '-/->' ''; 41 '<===>' ''; 42 '<===' ''; 43 '===>' ''; 44 '<==>' ''; 45 '<==' ''; 46 '==>' ''; 47 '!=' ; 48 '<=' ; 49 '>=' ; 50 '+-' ; 51 '-+' ; 52 '~=' ; 53 '--' ; 54 '...' ; 55 56 \(C\) ; 57 \(c\) ; 58 \(R\) ; 59 \(r\) ; 60 \(TM\) ; 61 \(tm\) ; 62 {c\/o} ; 63 64 [^0-9] {1\/2} [^0-9] ; 65 [^0-9] {1\/3} [^0-9] ; 66 [^0-9] {2\/3} [^0-9] ; 67 [^0-9] {1\/4} [^0-9] ; 68 [^0-9] {3\/4} [^0-9] ; 69 [^0-9] {1\/5} [^0-9] ; 70 [^0-9] {2\/5} [^0-9] ; 71 [^0-9] {3\/5} [^0-9] ; 72 [^0-9] {4\/5} [^0-9] ; 73 [^0-9] {1\/6} [^0-9] ; 74 [^0-9] {5\/6} [^0-9] ; 75 [^0-9] {1\/8} [^0-9] ; 76 [^0-9] {3\/8} [^0-9] ; 77 [^0-9] {5\/8} [^0-9] ; 78 [^0-9] {7\/8} [^0-9] ; 79 ]]></tRule> 80 </transform> 81 </transforms> 82 </supplementalData> 83