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
Original issue reported on code.google.com by
ghosh.su...@gmail.com
on 31 Mar 2015 at 8:22