I have thoroughly searched for this aweful ahk remarked limitation. If you copy the text and use the clipboard it works fine, but if you declare var:="Brasília é do coração..." it stores "BrasÃlia é do coração...".
Asked
Active
Viewed 138 times
1 Answers
0
You need to make sure your ahk file is saved using the proper encoding. If you are using notepad++ to edit your ahk file you need to change the encoding to something other than ANSI or UTF-8. Alternatively, you can save it using Notepad.exe to get the proper encoding.

Colt
- 1
- 1