forked from lcnetdev/scriptshifter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserbian.yml
More file actions
83 lines (81 loc) · 1.76 KB
/
serbian.yml
File metadata and controls
83 lines (81 loc) · 1.76 KB
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
83
general:
name: Serbian
parents:
- _cyrillic_base
roman_to_script:
map:
"G\u0301": "\u0403"
"G": "\u0413"
"g\u0301": "\u0453"
"g": "\u0433"
"\u0110": "\u0402"
# this conversion shouldn't be needed, but does no harm
"DZ\u030C": "\u040F"
# this conversion shouldn't be needed, but does no harm
"DZ": "\u0405"
"Dz\u030C": "\u040F"
"Dz": "\u0405"
"\u0111": "\u0452"
"dz\u030C": "\u045F"
"dz": "\u0455"
"Z\u030C": "\u0416"
"z\u030C": "\u0436"
"z": "\u0437"
"I": "\u0418"
"i": "\u0438"
"J": "\u0408"
"j": "\u0458"
"K\u0301": "\u040C"
"H": "\u0425"
"k\u0301": "\u045C"
"h": "\u0445"
# this conversion shouldn't be needed, but does no harm
"LJ": "\u0409"
"Lj": "\u0409"
"lj": "\u0459"
# this conversion shouldn't be needed, but does no harm
"NJ": "\u040A"
"Nj": "\u040A"
"nj": "\u045A"
"S\u030C": "\u0428"
"s\u030C": "\u0448"
"C\u0301": "\u040B"
"C\u030C": "\u0427"
"C": "\u0426"
"c\u0301": "\u045B"
"c\u030C": "\u0447"
"c": "\u0446"
script_to_roman:
map:
"\u0403": "G\u0301"
"\u0413": "G"
"\u0453": "g\u0301"
"\u0433": "g"
"\u0402": "\u0110"
"\u0452": "\u0111"
"\u0416": "Z\u030C"
"\u0436": "z\u030C"
"\u0405": "Dz"
"\u0455": "dz"
"\u0418": "I"
"\u0438": "i"
"\u0408": "J"
"\u0458": "j"
"\u040C": "K\u0301"
"\u0425": "H"
"\u045C": "k\u0301"
"\u0445": "h"
"\u0409": "Lj"
"\u0459": "lj"
"\u040A": "Nj"
"\u045A": "nj"
"\u0428": "S\u030C"
"\u0448": "s\u030C"
"\u040B": "C\u0301"
"\u0426": "C"
"\u045B": "c\u0301"
"\u0446": "c"
"\u0427": "C\u030C"
"\u0447": "c\u030C"
"\u040F": "Dz\u030C"
"\u045F": "dz\u030C"