You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing the key sequence "hangyl" produces "항을" instead of the expected "한글".
A "ㅇ" is auto-inserted before "yl" to produce "을". The sequence "hangyl" is undesirably segmented into "hang" and "yl".
Typing the key sequence "haseixio" or "haseiio" produces "핫에요" instead of the expected "하세요".
A "ㅇ" is auto-inserted before "ei". The sequence "hasei" is undesirably segmented into "has" and "ei".
Reason
Syllable initial "ㅇ" is required in some cases to disambiguate syllable boundary in Hangul. Hence, input methods like HNC Romaja on macOS require the input of "ㅇ" to eliminate ambiguity.
Fix
Comment out the following line in hangyl.schema.yaml:
Observations
Typing the key sequence "hangyl" produces "항을" instead of the expected "한글".
A "ㅇ" is auto-inserted before "yl" to produce "을". The sequence "hangyl" is undesirably segmented into "hang" and "yl".
Typing the key sequence "haseixio" or "haseiio" produces "핫에요" instead of the expected "하세요".
A "ㅇ" is auto-inserted before "ei". The sequence "hasei" is undesirably segmented into "has" and "ei".
Reason
Syllable initial "ㅇ" is required in some cases to disambiguate syllable boundary in Hangul. Hence, input methods like HNC Romaja on macOS require the input of "ㅇ" to eliminate ambiguity.
Fix
Comment out the following line in
hangyl.schema.yaml
:Implications of the fix
"ㅇ" is always required at the syllabe initial position:
The text was updated successfully, but these errors were encountered: