M
Mark
In our web.config, we have changed the first line below to look like the
second:
OLD: <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
NEW: <globalization requestEncoding="ISO-8859-1"
responseEncoding="ISO-8859-1" />
What characters are we excluding from working properly and/or what problems
might we encounter by making this change to our site? Practical examples
would be appreciated.
Thanks in advance.
Mark
second:
OLD: <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
NEW: <globalization requestEncoding="ISO-8859-1"
responseEncoding="ISO-8859-1" />
What characters are we excluding from working properly and/or what problems
might we encounter by making this change to our site? Practical examples
would be appreciated.
Thanks in advance.
Mark