5hwb / Old-Hangul-Input-Method

Javascript-based IME for typing archaic Korean Hangul letters (e.g. ㅸ, ㅿ, ㅵ) easily
Apache License 2.0
19 stars 6 forks source link

Consonant cluster is replaced with another consonant cluster #3

Closed 5hwb closed 3 years ago

5hwb commented 3 years ago

Example

Given the string 앓 ('arh'): when inputting ㄹ ('r') immediately after 앓, the text becomes 아ᇶ ('ahr') instead of 앓ᄅ ('arhr'). This is due to the fact that ᆶ ('rh') and ᇶ ('hr') are both valid final Hangul jamo characters, but 'rhr' is not.