Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle vowels with accent marks #4

Open
bittlingmayer opened this issue Mar 7, 2016 · 1 comment
Open

Handle vowels with accent marks #4

bittlingmayer opened this issue Mar 7, 2016 · 1 comment

Comments

@bittlingmayer
Copy link

As you know, it is rather common in Slavic texts to use accent marks to disambiguate between homographs, or to indicate intonation or vowel pronunciation.

https://en.wikipedia.org/wiki/Ye_with_grave and https://en.wikipedia.org/wiki/I_with_grave_(Cyrillic) are rather common in Macedonian.

@Syndamia
Copy link
Contributor

Syndamia commented Jan 6, 2021

The way to implement this is to use some letter combination that shows this in the latin version of the text. For example, "E" is represented with "Ye" and following that logic, we could represent "Ѐ" with "Yѐ", but I don't know what are the most appropriate latin letters.

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

No branches or pull requests

2 participants