Skip to content

fix: map Cyrillic ѝ (i with grave) to i instead of u#213

Open
spokodev wants to merge 1 commit into
simov:masterfrom
spokodev:fix/cyrillic-i-grave
Open

fix: map Cyrillic ѝ (i with grave) to i instead of u#213
spokodev wants to merge 1 commit into
simov:masterfrom
spokodev:fix/cyrillic-i-grave

Conversation

@spokodev

@spokodev spokodev commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

ѝ (U+045D, Cyrillic small letter i with grave) is a stressed variant of и — the same letter with a grave accent — used in Bulgarian and Macedonian orthography (e.g. the Bulgarian pronoun ѝ). It should transliterate to i like и, but the char map has it as u, so slugify('ѝ') → 'u'. No transliteration scheme maps this character to u.

Correct the mapping to i. The existing bg locale test had baked the wrong u into its expected output, which is updated accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant