*** lib/TWiki.pm.orig Fri Aug 29 16:26:24 2003 --- lib/TWiki.pm Fri Aug 29 16:27:41 2003 *************** *** 524,529 **** --- 524,533 ---- # of other types of page, with expiry time driven by page type. my( $pluginHeaders, $coreHeaders ); + # Patch TWiki:Codev/CharsetPerWeb + my $webCharset = &TWiki::Prefs::getPreferencesValue( "CHARSET" ); + if ($webCharset ne "") { $siteCharset = $webCharset;} + $contentType .= "; charset=$siteCharset"; if ($pageType eq 'edit') {