Serbian transliterator: Map Đ and đ

This commit is contained in:
José Rebelo 2024-04-25 18:09:25 +01:00
parent 31408394b4
commit 408f4b75dd
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class SerbianTransliterator extends SimpleTransliterator {
// Not in the table, pulled from Croatian
put('Ć', "C"); put('ć', "c");
put('Đ', "D"); put('đ', "d");
put('Đ', "Dj"); put('đ', "dj");
put('Š', "S"); put('š', "s");
put('Ž', "z"); put('ž', "z");