mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-05-02 14:32:49 -06:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
resource HangulCoding = open HangulCodingRes in {
|
|
flags coding=utf8 ;
|
|
oper
|
|
this_uses_syllables : Str = coding "가" ;
|
|
this_uses_jamo : Str = coding "가" ;
|
|
}
|