forcing UTF-8

This commit is contained in:
JT Smith 2004-11-15 19:46:02 +00:00
parent a613689910
commit dd9b1693cf
5 changed files with 4 additions and 6 deletions

View file

@ -138,7 +138,7 @@ sub process {
}
$var{'head.tags'} = '
<meta name="generator" content="WebGUI '.$WebGUI::VERSION.'" />
<meta http-equiv="Content-Type" content="text/html; charset='.WebGUI::International::getLanguage($session{page}{languageId},"charset").'" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script>
function getWebguiProperty (propName) {
var props = new Array();