transliterate icon indicating copy to clipboard operation
transliterate copied to clipboard

mistake in Macedonian mapping

Open ctueck opened this issue 4 years ago • 0 comments

In the Macedonian mapping, there's a Cyrillic character used in the pre_processor_mapping dict on the "Latin side":

https://github.com/barseghyanartur/transliterate/blob/9333f242df3f97c1780c4c117f080007f833b69e/src/transliterate/contrib/languages/mk/data/default.py#L19

Instead it should be u"kј": u"ќ",.

ctueck avatar Feb 22 '21 15:02 ctueck