mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-19 15:17:50 +01:00
Serbian transliterator: Map Đ and đ
This commit is contained in:
parent
31408394b4
commit
408f4b75dd
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user