In the web.config under system.web, ensure that the requestEncoding and responseEncoding globalization parameter is set to "utf-8", eg; <globalization requestEncoding="utf-8" responseEncoding="utf-8" />UTF-8 is a Unicode subset that fully supports ASCII and non ASCII chars. |