|
1 | 1 | general: |
2 | 2 | name: Bulgarian |
3 | 3 | parents: |
4 | | - - _cyrillic_base |
| 4 | + - cyrillic_generic |
5 | 5 |
|
6 | 6 | roman_to_script: |
7 | 7 | 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 |
23 | 8 | "SHT": "\u0429" |
24 | 9 | "Sht": "\u0429" |
25 | 10 | "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" |
31 | 14 | "u\u0306": "\u044A" |
| 15 | + # Mapping from precomposed non-MARC-8 Latin equivalent |
| 16 | + "\u016D": "\u044A" |
| 17 | + "U\u0310": "\u046A" |
32 | 18 | "u\u0310": "\u046B" |
33 | 19 | # this conversion is ambiguous - \u042A is also theoretically possible |
34 | 20 | "\u02BA": "\u044A" |
| 21 | + # upper case hard sign is unlikely to occur |
| 22 | + "\u02BA\u0332": "\u042A" |
35 | 23 |
|
36 | 24 | script_to_roman: |
37 | 25 | 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" |
51 | 26 | "\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" |
52 | 31 | "\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" |
55 | 36 | "\u046A": "U\u0310" |
56 | 37 | "\u046B": "u\u0310" |
57 | | - "\u042A": "u\u016C" |
58 | | - "\u044A": "u\u016D" |
| 38 | + |
0 commit comments