0

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...".

1 Answers1

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