Index: trunk/admin/tree/tree.php
===================================================================
diff -u -r374 -r898
--- trunk/admin/tree/tree.php	(.../tree.php)	(revision 374)
+++ trunk/admin/tree/tree.php	(.../tree.php)	(revision 898)
@@ -94,10 +94,12 @@
 
 $ServerName = $objConfig->Get("Site_Name");
 $rootLink = $adminURL."/subitems.php?env=".BuildEnv()."&section=in-portal:root";
+$charset = GetRegionalOption('Charset');
 ?>
 <html>
 <head>
 <link rel="stylesheet" type="text/css" href="<?php echo $adminURL."/include/style.css"; ?>">
+<meta http-equiv="content-type" content="text/html;charset=<?php echo $charset; ?>">
 <script src="ua.js"></script>
 <script src="ftiens4.js"></script>
 <script language="javascript">