inkle / ink

inkle's open source scripting language for writing interactive narrative.
http://www.inklestudios.com/ink
MIT License
3.98k stars 483 forks source link

identifiers support for Korean alphabet? #566

Open YongHeeK opened 4 years ago

YongHeeK commented 4 years ago

Is it just simple as adding the Korean alphabet Unicode range here? https://github.com/inkle/ink/blob/master/compiler/InkParser/InkParser_CharacterRanges.cs

range of Korean alphabet are U+AC00~U+D7AF

Thank you 😄

clembu commented 4 years ago

(the really best would be to simply use unicode identifiers https://unicode.org/reports/tr31/#Table_Lexical_Classes_for_Identifiers )