Split diacritics from letters #4884
Unanswered
honguyenminh
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently letters with diacritics count as 1 single character, and are only shown as correct if the full character is present.
Most input methods, however, usually input them separately, not at the same time. For example, in Vietnamese, to type
cánh
, you would typecanh
, and thens
to add the diacritic to makecánh
.Monkeytype will show
á
as incorrect when you typecanh
first, which can cause confusion whether you typed thea
correctly or not.How about we split the diacritics from the letter? If only diacritics are missing, show only them as missing, not mark the entire character as incorrect.
Beta Was this translation helpful? Give feedback.
All reactions