Skip to content

Navigation Menu

Sign inAppearance settings
Appearance settings

Latest commit

 

History

History
History
82 lines (77 loc) · 1.82 KB

File metadata and controls

82 lines (77 loc) · 1.82 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<supplementalData>
<version number="$Revision$"/>
<transforms>
<transform source="Any" target="Publishing" direction="both" alias="und-t-d0-publish" backwardAlias="und-t-s0-publish">
<tRule><![CDATA[
# Variables
$single = \' ;
$space = ' ' ;
$double = \";
$back = \` ;
$tab = \u0008 ;
$makeRight = [[:Z:][:Ps:][:Pi:]$] ;
# fix UNIX quotes
$back $back → “ ;
$back → ‘ ;
# fix typewriter quotes, by context
$makeRight {$double} ↔ “ ;
$double ↔ ” ;
$makeRight {$single} ↔ ‘ ;
$single ↔ ’;
$space {$space} → ;
'<--->' ↔ '⟷';
'<---' ↔ '⟵';
'--->' ↔ '⟶';
'<-->' ↔ '↔';
'<--' ↔ '←';
'-->' ↔ '→';
'<-/->' ↔ '↮';
'<-/-' ↔ '↚';
'-/->' ↔ '↛';
'<===>' ↔ '⟺';
'<===' ↔ '⟸';
'===>' ↔ '⟹';
'<==>' ↔ '⇔';
'<==' ↔ '⇐';
'==>' ↔ '⇒';
'!=' ↔ ≠;
'<=' ↔ ≤;
'>=' ↔ ≥;
'+-' ↔ ±;
'-+' ↔ ∓;
'~=' ↔ ≅;
'--' ↔ —;
'...' ↔ …;
\(C\) ↔ ©;
\(c\) → ©;
\(R\) ↔ ®;
\(r\) → ®;
\(TM\) ↔ ™;
\(tm\) → ™;
{c\/o} ↔ ℅;
[^0-9] {1\/2} [^0-9] ↔ ½;
[^0-9] {1\/3} [^0-9] ↔ ⅓;
[^0-9] {2\/3} [^0-9] ↔ ⅔;
[^0-9] {1\/4} [^0-9] ↔ ¼;
[^0-9] {3\/4} [^0-9] ↔ ¾;
[^0-9] {1\/5} [^0-9] ↔ ⅕;
[^0-9] {2\/5} [^0-9] ↔ ⅖;
[^0-9] {3\/5} [^0-9] ↔ ⅗;
[^0-9] {4\/5} [^0-9] ↔ ⅘;
[^0-9] {1\/6} [^0-9] ↔ ⅙;
[^0-9] {5\/6} [^0-9] ↔ ⅚;
[^0-9] {1\/8} [^0-9] ↔ ⅛;
[^0-9] {3\/8} [^0-9] ↔ ⅜;
[^0-9] {5\/8} [^0-9] ↔ ⅝;
[^0-9] {7\/8} [^0-9] ↔ ⅞;
]]></tRule>
</transform>
</transforms>
</supplementalData>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.