Due to language adaptation I need to place some "special" chars in a custom header (chars like é, á, í, ç, and others)...
On the server side i'm using ASP.NET MVC.
It all works fine on chrome.
But in Safari... I can't figure out witch encoding safari uses...
I tried:
- UTF-8,
- UTF-16,
- ASCII,
- Url Encode,
- a few ISO's
but alert(headerValue)
always returns crazy chars...
can anyone tell me which encode to use?