Knowledgebase Home Page  >  RapidSpell Web ASP.NET  >  Troubleshooting
Search the Knowledge Base
Accented characters are appearing in the spell checker as garbage, why?
https://keyoti.com/kb/Default.aspx?ToDo=view&questId=47&catId=58

Options

Print this page
Email this to a friend
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.


Related Questions:

Attachments:

No attachments were found.