Dealing with Japanese words appearing with Chinese writting (Han Unification)

The Unicode encoding to save space group similar characters from the Chinese, Japanese and Korean into a single byte sequence (Han Unification) and use other hints to decide between each character, but on Anki Desktop the Chinese variant is almost always chosen, leading to words with wrongly written kanji.

Example: 化粧室 appears as

I’ve been looking for a solution that doesn’t involve modifying global variables (like in Inconsistent unicode normalization by epistularum here on the forum), when i remenbered that Anki is just a web viewer and allows HTML tags, which leads to the solution just being wrapping the Japanese text in <p lang="ja">{{Front}}</p>.

This solves the issue of the cards, but the wrong writting still shows on the Browse windows.

1 Like

You can choose a Japanese font for the editor via the Fields… button, and cards…->options>browser appearance.

is this setting saved on the deck or is it a device setting? because if it saves on the deck, then a font that is available on both the Desktop App and Mobile would be needed, using <p lang="jp"> at least is device/font agnostic

1 Like

Currently it’s not possible to specify more than one font. I don’t know how AnkiDroid handles this; if it’s like iOS where you can specify an order for language preferences, maybe adding Japanese to the list above Chinese would help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.