Skip to content

Commit fc5e9df

Browse files
authored
Merge pull request #196 from lcnetdev/randy_2025_03_update_bulgarian-1
Update bulgarian.yml
2 parents 0c85abf + 4963b44 commit fc5e9df

1 file changed

Lines changed: 17 additions & 37 deletions

File tree

scriptshifter/tables/data/bulgarian.yml

Lines changed: 17 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,34 @@ general:
55

66
roman_to_script:
77
map:
8-
"G": "\u0413"
9-
"g": "\u0433"
10-
# this conversion shouldn't be needed, but does no harm
11-
"ZH": "\u0416"
12-
"Zh": "\u0416"
13-
"zh": "\u0436"
14-
"I\uFE20E\uFE21": "\u0462"
15-
# this conversion shouldn't be needed, but does no harm
16-
"I\uFE20e\uFE21": "\u0462"
17-
# this conversion shouldn't be needed, but does no harm
18-
# this conversion shouldn't be needed, but does no harm
19-
"I": "\u0418"
20-
"i\uFE20e\uFE21": "\u0463"
21-
"i": "\u0438"
22-
# this conversion shouldn't be needed, but does no harm
238
"SHT": "\u0429"
249
"Sht": "\u0429"
2510
"sht": "\u0449"
26-
"T\uFE20S\uFE21": "\u0426"
27-
# this conversion shouldn't be needed, but does no harm
28-
"T\uFE20s\uFE21": "\u0426"
29-
"t\uFE20s\uFE21": "\u0446"
30-
"U\u0310": "\u046A"
11+
"U\u0306": "\u042A"
12+
# Mapping from precomposed non-MARC-8 Latin equivalent
13+
"\u016C": "\u042A"
3114
"u\u0306": "\u044A"
15+
# Mapping from precomposed non-MARC-8 Latin equivalent
16+
"\u016D": "\u044A"
17+
"U\u0310": "\u046A"
3218
"u\u0310": "\u046B"
3319
# this conversion is ambiguous - \u042A is also theoretically possible
3420
"\u02BA": "\u044A"
21+
# upper case hard sign is unlikely to occur
22+
"\u02BA\u0332": "\u042A"
3523

3624
script_to_roman:
3725
map:
38-
"\u044C": ""
39-
"\u042C": ""
40-
"\u044A": ""
41-
"\u042A%": "" # Final
42-
"\u042A": "u\u0306"
43-
"\u0413": "G"
44-
"\u0433": "g"
45-
"\u0416": "Zh"
46-
"\u0436": "zh"
47-
"\u0462": "I\uFE20E\uFE21"
48-
"\u0418": "I"
49-
"\u0463": "i\uFE20e\uFE21"
50-
"\u0438": "i"
5126
"\u0429": "Sht"
27+
"\u042A": "U\u0306"
28+
# Capital letter hard sign at the end of a word (rare)
29+
"\u042A%": "\u02BA\u0332"
30+
"\u042C": "\u02B9\u0332"
5231
"\u0449": "sht"
53-
"\u0426": "T\uFE20S\uFE21"
54-
"\u0446": "t\uFE20s\uFE21"
32+
"\u044A": "u\u0306"
33+
# Small letter hard sign at the end of a word (rare)
34+
"\u044A%": "\u02BA"
35+
"\u044C": "\u02B9"
5536
"\u046A": "U\u0310"
5637
"\u046B": "u\u0310"
57-
"\u042A": "u\u016C"
58-
"\u044A": "u\u016D"
38+

0 commit comments

Comments
 (0)