Ok I am not sure if this is an issue or even where to look. I did check out all the links.php files in the admin section and no go. But what I found when I clicked on the Links link in the Admin-Tools-Links I got the 500 Error so I right clicked on the page that the 500 error was showing and viewed source and this is what was in the "Head" section of the page:

<head>
<link rel="stylesheet" type="text/css" href="ErrorPageTemplate.css" >

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>HTTP 500 Internal Server Error</title>

<script src="errorPageStrings.js" language="javascript" type="text/javascript">
</script>
<script src="httpErrorPagesScripts.js" language="javascript" type="text/javascript">
</script>
</head>
Now all my other pages are showing the charset as charset=iso-8859-1.

So I don't know where to look or change to the proper charset on this.

Any Ideas?

Thanks much for your help.