#1. during typing NOT copy&pasting (copy&pasting is no problem except below case)
for example,
1. copy & paste below code on your autoit debugger editor (in non-alpabet characters)
Msgbox(0, "korean language", "타이핑중입니다")
or
MsgBox(0, "japanease language", "入力中です")
or
Msgbox(0, "chinese", "输入是")
or
Msgbox(0, "german", "Der Eingänge")
or
Msgbox(0, "russian", "Из входов")
or
Msgbox(0, "greek", "Από τις εισόδους είναι")
or
Msgbox(0, "france", "Des entrées est")
2. then try typing in english comment on the right of Msgbox(0, "test", "타이핑중입니다")
Msgbox(0, "test", "타이핑중입니다") ;then try typing in english here
3. it raise the error.
Thanks.