hangul syllables

This commit is contained in:
2026-02-12 09:45:52 -07:00
parent 0ba6518630
commit fd36692419
8 changed files with 197 additions and 81 deletions

View File

@@ -0,0 +1,6 @@
resource HangulCoding = open HangulCodingRes in {
flags coding=utf8 ;
oper
this_uses_syllables : Str = coding "가" ;
this_uses_jamo : Str = coding "가" ;
}