Support for double-byte character systems
Posted: 01 Apr 2014, 03:20
I'm trying to find a way to create a web picture search, searching for a phrase that is written in a double-byte character system. When trying to do so, EPF translates it into a string of %3F, which is basically "?" in hexadecimal. I tried translating to UTF-8 hex myself and pasted the string into EPF. For example, "スーツ" in Japanese translates to "%E3%82%B9%E3%83%BC%E3%83%84" in UTF-8. I pasted the UTF-8 string into the program. But, the search engines attempt to search literally for the UTF-8 string, and not the actual double-byte characters.
I can manually in the web browser enter the following into the URL:
http://www.google.com/search?q=%E3%82%B ... C%E3%83%84
And Google will automatically translate the string to "スーツ".
So, I'm figuring that EPF must be somehow sticking the search string into quotations, or something along those lines.
I only have four days left on the install, so if there isn't a quick solution to this, I'll have to search for a tool elsewhere. Thanks!
I can manually in the web browser enter the following into the URL:
http://www.google.com/search?q=%E3%82%B ... C%E3%83%84
And Google will automatically translate the string to "スーツ".
So, I'm figuring that EPF must be somehow sticking the search string into quotations, or something along those lines.
I only have four days left on the install, so if there isn't a quick solution to this, I'll have to search for a tool elsewhere. Thanks!