boatmeme / microsoft-translator-java-api

Java wrapper for the Microsoft Translator API
http://code.google.com/p/microsoft-translator-java-api/
Apache License 2.0
86 stars 61 forks source link

Translate() returns an error message with text including double quotation. #32

Open ZeaQQ4Ug opened 12 years ago

ZeaQQ4Ug commented 12 years ago

This time, I stumble upon the error message below,

"There was an error deserializing the object of type System.String. Encountered unexpected character 'F'."

when I translate the text below,

"Mamma diceva sempre: devi gettare il passato dietro di te prima di andare avanti" Forrest Gump ragionava in maniera semplice, ma ci vedeva giusto.

I narrowed down the problem and found out that double quotation mark is a culprit. is it possible to work around the issue in the api?