-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to parse utf8 BOM encoded files #5
Comments
could you please share some code? as far as I can tell, it works fine. |
found the problem, it's because your linked file is saved as I don't really remember the point of BOMs, but https://unix.stackexchange.com/a/381237/103120 says
so for now I guess just do ahkx11 should eventually also support utf-bom, and also \r\n delimited text files (I assume that doesn't work either). Regarding the script itself, I guess it was just for demo purposes? Because in case you don't know, you can in no way just execute windows ahk scripts with this very tool |
Thanks for evaluating the real issue here and editing this ticket. |
non-utf8 or bom-files will now (upcoming release) just be rejected with an explicit message at startup, that's good enough for me |
Currently they cause "Syntax Error in line X: Command '/*' not found."
The text was updated successfully, but these errors were encountered: