I am trying to typeset a document in Russian with huge amount of accents,
almost in every word. They are typeset by U+0301, «combining acute accent».
And I get a problem that in some cases the accent goes to the next line and
I get something like:

мы-
́ши

instead of

мы́-
ши

An example image is here:
http://tex.stackexchange.com/questions/330180/accent-in-russian-above-%D1%8B-goes-to-next-line

Other vowels with accents behave normally.

Adding \hyphenation{ны́-не} does not help.
Making \'ы also does not help.
Making \mbox{ы́} kills the hyphenation in the word.

How can I fix it without going through the whole text (it's Psalter, by the
way) and putting full hyphenation pattern inside the words, like ны́\-не?

I use XeLaTeX with polyglossia.

Reply via email to