mail.ru search query

hardwarez

Newbie
Joined
Mar 18, 2014
Messages
31
Reaction score
1
Hello,

im automating some mail searching on mail.ru. Unfortunatly, some caracters with accent such as à,é,è and special caracter like Ł,â,b,ì,ň,ë etc dont work in the search query.

see image here : http://imgur.com/uDL4mCa

You can see with screenshot 2 that mail isnt found anymore because of the "é"

i tried to url encode the query, didnt work. A also tried windows 1251 encoding, doesnt work either

How should i do,

thanks in advance for your help
 
You need to encode your string to ASCII, You have multiple librarys for multiple languages that can do this.
 
isnt what url encoding do ?

like grégory -> gr%C3%A9gory

but it doesnt work :/

thanks
 
Back
Top