Can't search with other language.
For example when I want to google search "g ทดสอบ" the search query in google in chrome is "á7á4âAâDáA" instead of "ทดสอบ"
Are there anyway I can fix this?
I've looked into this, and it seems to be because of the URL-Encoding that is done in this script.
I've been trying to create my own to solve this, but finally gave up and found this encoder: https://github.com/ahkscript/libcrypt.ahk/blob/master/src/URI.ahk
Replacing the encoder with the one in the above link should encode your URL's correctly.
Had the same problem and function from this post solved it. Just copy & paste it into Miscellaneous/miscellaneous.ahk file.
Thank you!:) I need it.
I have same problem. Thank you a lot.