1 # © 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html#License
4 # File: Any_Publishing.txt
14 $makeRight = [[:Z:][:Ps:][:Pi:]$] ;
18 # fix typewriter quotes, by context
19 $makeRight {$double} ↔ “ ;
21 $makeRight {$single} ↔ ‘ ;
54 [^0-9] {1\/2} [^0-9] ↔ ½;
55 [^0-9] {1\/3} [^0-9] ↔ ⅓;
56 [^0-9] {2\/3} [^0-9] ↔ ⅔;
57 [^0-9] {1\/4} [^0-9] ↔ ¼;
58 [^0-9] {3\/4} [^0-9] ↔ ¾;
59 [^0-9] {1\/5} [^0-9] ↔ ⅕;
60 [^0-9] {2\/5} [^0-9] ↔ ⅖;
61 [^0-9] {3\/5} [^0-9] ↔ ⅗;
62 [^0-9] {4\/5} [^0-9] ↔ ⅘;
63 [^0-9] {1\/6} [^0-9] ↔ ⅙;
64 [^0-9] {5\/6} [^0-9] ↔ ⅚;
65 [^0-9] {1\/8} [^0-9] ↔ ⅛;
66 [^0-9] {3\/8} [^0-9] ↔ ⅜;
67 [^0-9] {5\/8} [^0-9] ↔ ⅝;
68 [^0-9] {7\/8} [^0-9] ↔ ⅞;