4
OK, the problem appears to be that your hosting provider has UTF-8 set as the default character set instead of ISO-8859-1.
You can get around this by editing theme.html.
Simply change
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
To
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
After you make your changes, delete the contents of the templates_c/ directory so your changes will take effect.
Hope this helps.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.