In the mono HttpListenerRequest.contentencoding property is not implemented correcly.
It always return the Default Encoding…witch is “ANSI”. It is not looking in the Content-Type of the request.
To test it, simply add there char to a stript, save and reload
"éé" will be “???”
Is there a way to force mono default Code Page to be UTF-8 ?
PS. Im running on a RPI2
I was trying to implement Google-Home. In french,
I had to implement a web server in my script to bypass this problem.