-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLatin_Extended
More file actions
63 lines (56 loc) · 842 Bytes
/
Latin_Extended
File metadata and controls
63 lines (56 loc) · 842 Bytes
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
[Ligatures] : {
"AE" : "Æ" AE
"ae" : "æ" ae
"DZ" : @DZ
"Dz" : @Dz
"dz" : @dz
"ff" : @ff
"Fi" : @ffi
"fi" : @fi
"Fl" : @ffl
"fl" : @fl
"IJ" : @IJ
"ij" : @ij
"LJ" : @LJ
"Lj" : @Lj
"lj" : @lj
"NJ" : @NJ
"Nj" : @Nj
"nj" : @nj
"OE" : "Œ" OE
"oe" : "œ" oe
"ss" : "ß" ssharp
"st" : @st
"ſt" : @longst
}
[Ligatures_acute] : {
"AE" : @AE_acute
"ae" : @ae_acute
}
[Ligatures_caron] : {
"DZ" : @DZ_caron
"Dz" : @Dz_caron
"dz" : @dz_caron
}
[Ligatures_macron] : {
"AE" : @AE_macron
"ae" : @ae_macron
}
[Extended_Latin] : {
"DH" : "Ð" ETH
"dh" : "ð" eth
"EE" : "Ə" SCHWA
"ee" : "ə" schwa
"II" : "İ" Iabovedot
"ii" : "ı" idotless
"kk" : "ĸ" kra
"NG" : "Ŋ" ENG
"ng" : "ŋ" eng
"TH" : "Þ" THORN
"th" : "þ" thorn
"zh" : @ezh
}
[Extended_Latin_caron] : {
"ZH" : @EZH_caron
"zh" : @ezh_caron
}