jdlorimer/chinese-support-redux

Pinyin and Ruby don't match

Opened this issue · 2 comments

Basically, i write a word, for example 你好
and in the Pinyin section, when the vocal got a sign on it a space appears between the consonant and the vocal
that's not the problem though, in the ruby section instead of considering ni hao as two words, each one on top of their rispective hanzi, it considere ni hao as 5 different words.

how can i fix this? i cannot manually change every word >.<

Senza titolo

  • OS: W10
  • Anki Version 2.1.34
  • Chinese Support Redux v0140

It should be nǐ hǎo not nî hâo. Mandarin doesn't have a rising-falling tone. ǎ can be typed with autohotkey :?*:6a::ǎ or with wincompose ⋄ca. Or, it could be regex-replaced s/â/ǎ/g.
Also, is that just a weird monospace font or are there spaces between the letters, or html tags?

The upside-down diacritic is (almost certainly?) due to the font.

The incorrectly aligned pinyin is a bug.