>>>>> "SS" == Scott Smedley <[EMAIL PROTECTED]> writes:
SS> Hi Jason, Is it possible to configure the www.fvwm.org web server SS> NOT to override the default character encoding when serving web SS> pages? I don't understand; why do you think it's overriding the default encoding? The default encoding is UTF-8, and that's what the pages are being served as. SS> We're getting funny symbols on some of our pages. Eg. Not legal UTF-8, perhaps? If I force the encoding to ISO-8859-1 then the pages look better, but honestly it's no longer the 1990s. A quick pass through iconv would fix things up, I think. - J<