Skip to content

Commit 514ce58

Browse files
authored
Merge pull request #240 from lcnetdev/greek
Fix combining line below in Greek.
2 parents 1dab71c + be52e79 commit 514ce58

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scriptshifter/tables/data/greek_classical.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ roman_to_script:
313313
B: "\u0392"
314314
Ch: "\u03A7"
315315
D: "\u0394"
316-
"D\u0331": "\u039D\u03C4"
316+
"D\u0332": "\u039D\u03C4"
317317
E: "\u0395"
318318
Eu: "\u0395\u03C5"
319319
"E\u0301": "\u0388"
@@ -394,7 +394,7 @@ roman_to_script:
394394
ch: "\u03C7"
395395
"c\u030C": "\u03EB"
396396
d: "\u03B4"
397-
"d\u0331": "\u03BD\u03C4"
397+
"d\u0332": "\u03BD\u03C4"
398398
e: "\u03B5"
399399
eu: "\u03B5\u03C5"
400400
"e\u0301": "\u03AD"
@@ -492,7 +492,7 @@ script_to_roman:
492492
"%\u039C\u03C0": B
493493
"%\u03B3\u03BA": gk
494494
"%\u03BC\u03C0": b
495-
"%\u03BD\u03C4": "d\u0331"
495+
"%\u03BD\u03C4": "d\u0332"
496496
;: '?'
497497
"\u0370": "H\u0323"
498498
"\u0371": "h\u0323"
@@ -546,7 +546,7 @@ script_to_roman:
546546
"\u039B": L
547547
"\u039C": M
548548
"\u039D": N
549-
"\u039D\u03C4%": "D\u0331"
549+
"\u039D\u03C4%": "D\u0332"
550550
"\u039E": X
551551
"\u039F": O
552552
"\u039F\u03C5": Ou

0 commit comments

Comments
 (0)