mmallis87 / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Transalte API does not properly words which has qoutes in the translated text #282

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Source language - Russian 
2. Target lanugage - English
3. Translate "Как вас зовут?" without the quotes

Google Translate does it perfectly , but the API does not 

What is the expected output? What do you see instead?

What's your name

What I see 

  "translatedText": "What's your name?"

See, the quotes has been changed to some different characters

{
 "data": {
  "translations": [
   {
    "translatedText": "What's your name?"
   }
  ]
 }
}

What version of the product are you using? On what operating system?

Windows 7 / Translate API 

Please provide any additional information below.

Original issue reported on code.google.com by ghosh.su...@gmail.com on 31 Mar 2015 at 8:22