guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

Google Translate API don't handle spanish accent #503

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.use the Google AJAX Language API and send this request for "el camión es 
verde":
http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=el%20cami%F3
n%20es%20verde&langpair=es%7Cen&hl=es 
2.You get "the road is green".

What is the expected output? What do you see instead?
Use Google translate with the same sentence and you get "The bus is green".
if you request "el camion es verde" with the API you get "The truck is green".

The API will ignore the letters with accent and the result will be a mess.

What version of the product are you using? On what operating system?
Google AJAX Language API. Mozzila Firefox 3.6.8. Windows XP.

Please provide any additional information below.
The accent changes the meaning of the sentence and the API doesn't see it while 
the google pages manage to do it well. 

Original issue reported on code.google.com by israe...@gmail.com on 11 Aug 2010 at 9:06