G
Guest
How can I add a copyright symbol to a web.config file? I cannot use the © or
char(169) statements, I need to pass the string onto another application.
The following works on Window XP Professional, IIS 5.1, but fails on Windows
Server 2003, IIS 6.0:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="CopyrightGDT"
value="© 2006 Tele Atlas, Rel. 07/2005."></add>
…
I suspect the utf-8 encoding is causing the problem, but have not been able
to change to utf-16 or us-ascii with any success.
Thanks, Richard
char(169) statements, I need to pass the string onto another application.
The following works on Window XP Professional, IIS 5.1, but fails on Windows
Server 2003, IIS 6.0:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="CopyrightGDT"
value="© 2006 Tele Atlas, Rel. 07/2005."></add>
…
I suspect the utf-8 encoding is causing the problem, but have not been able
to change to utf-16 or us-ascii with any success.
Thanks, Richard