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
{{ message }}
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
I'm confused as to why I'm getting different results for ㅋ vs. ᄏ. The Unicode site gives the original plus 2 additional homoglyphs for ㅋ:
ㅋ ᄏ ᆿ
But the confusable_homoglyphs package yields just one additional homoglyph initially. I only get the other one when I look for homoglyphs of that previous result:
I'm confused as to why I'm getting different results for
ㅋvs.ᄏ. The Unicode site gives the original plus 2 additional homoglyphs forㅋ:But the confusable_homoglyphs package yields just one additional homoglyph initially. I only get the other one when I look for homoglyphs of that previous result:
Is this expected behavior?
(Somewhat related to this issue.)