I am trying to add korean character in a JJT file :
| < #XCHARSET :
("_latin" | "_unicode" | "_kanjisjis" | "_graphic" | "national" (<WHITESPACE>)+ ("character" | "char"))
(<WHITESPACE>)*
>
| < #XCHARSET2 :
("_latin" | "_unicode" | "_kanjisjis" | "_graphic" | "_kanji1")
(<WHITESPACE>)*
>
How to define korean character to this. I am new to parsing so I am not sure ho to add that in the charset. Can someone please help. Do I have to add _korean or is there another keyword to it?