ManaUser wrote:
Actually those come through fine in ANSI, for me at least, but that may well depend on which language you're using. Specifically, the "code-page".
But none of this really explains why there would be any trouble with a very simple script like Welcome's example:
Code:
#NoTrayIcon
^!t::send !{Esc}
1. I get those german characters different when I save .ahk in ANSII or UTF-8. My OS is not German though. But I do see all the german letters fine when simply typing them in notepad.
2. According to Welcome:
Quote:
I wrote my script in English, compiled it, it worked. Then I installed English Mui, I switched to engish and was surprised the comiled exe didn't work and gave me this error "Line 1 does not contain a recogized action"
When I switched back to spanih, the compiled script worked again.
i.e. all works fine until he turns on a different MUI - ahk scripts just stop working then and pop up errors when run. So, this is not really caused by non-english symbols. As I understand.