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"ќ",`.
In the Macedonian mapping, there's a Cyrillic character used in the
pre_processor_mappingdict on the "Latin side":transliterate/src/transliterate/contrib/languages/mk/data/default.py
Line 19 in 9333f24
Instead it should be
u"kј": u"ќ",.