Public-AutoHotKey-Scripts icon indicating copy to clipboard operation
Public-AutoHotKey-Scripts copied to clipboard

Can't search with other language.

Open underpk opened this issue 8 years ago • 4 comments

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?

underpk avatar Dec 22 '17 08:12 underpk

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.

Nollikino avatar Jan 08 '18 20:01 Nollikino

Had the same problem and function from this post solved it. Just copy & paste it into Miscellaneous/miscellaneous.ahk file.

fracz avatar Apr 18 '18 07:04 fracz

Thank you!:) I need it.

Idun avatar Apr 23 '18 01:04 Idun

I have same problem. Thank you a lot.

ghost avatar Oct 11 '19 22:10 ghost