Encoding Response Permanently deleted user Created September 08, 2011 07:35 I'm writing a program to read the bugs in the program to generate a report.But the return of the API call me back question marks Instead of accented characters using the UTF-8How can I fix?
Hi Denis,
do you use Youtrack REST API with the Python?
No, I wrote a library in C # because I had problems with the Proxy
I request this page / rest / project / issues / [IDPRG]
The content of the return has been encoded in UTF-8 but not sent properly accented letters that are all encodedwith the character 63 (?)
Do you use YouTrackSharp library?
We work behind a proxy and that library does not support it. I preferred to rewrite something inside of us.
The HttpWebResponse contains the xml content of the anomalies but the description is not to be properly encoded. ù à ò characters are transformed into ?
Sorry I fixed error in my code :*(, you can also delete the topic
What issues are you having with the proxy?