Skip to content

Commit fc97d87

Browse files
authored
Merge pull request #207 from lcnetdev/macedonian
Fix Macedonian Unicode sequences.
2 parents ab22a4a + 09cd0cf commit fc97d87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scriptshifter/tables/data/macedonian.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ roman_to_script:
1414
"\u01F5": "\u0453"
1515
"g": "\u0433"
1616
"\u0110": "\u0402"
17-
"D\uFE20Z\u030C\uFE21": "\040F"
18-
"D\uFE20z\u030C\uFE21": "\040F"
19-
"d\uFE20Z\u030C\uFE21": "\040F"
17+
"D\uFE20Z\u030C\uFE21": "\u040F"
18+
"D\uFE20z\u030C\uFE21": "\u040F"
19+
"d\uFE20Z\u030C\uFE21": "\u040F"
2020
# Mapping from precomposed non-MARC-8 Latin equivalent
2121
"\u01C4": "\u040F"
2222
# Mapping from precomposed non-MARC-8 Latin equivalent
2323
"\u01C5": "\u040F"
24-
"d\uFE20z\u030C\uFE21": "\045F"
24+
"d\uFE20z\u030C\uFE21": "\u045F"
2525
# Mapping from precomposed non-MARC-8 Latin equivalent
2626
"\u01C6": "\u045F"
2727
"D\uFE20Z\uFE21": "\u0405"

0 commit comments

Comments
 (0)