From: Evan M. <Eva...@wi...> - 2005-05-10 04:13:31
|
Hello, I am trying to have the server declare UTF-8 as the charset when it serves up a page, but I can't get it to change from ISO-8859-1. Here is the relevant part of my Config.xml: <GLOBAL default_page="index" gzip_output = "static" login_page="login1" model_base_class="WSOKit::Common" model_dispatch_prefix="WSOKit::Model" recent_login_timeout="10" session_expires="+1y" default_input_charset="utf-8" default_output_charset="utf-8" /> I've also tried "utf8" for the charset name, as well as the capitalized forms, but no luck. Even when I set Apache's default character set to UTF-8, PageKit pages are still served as ISO-8859-1. Any ideas? Evan |