(de) Wrong $charset value.

This commit is contained in:
Alexander M. Turek
2002-10-02 21:09:48 +00:00
parent d4a8698728
commit e9d249201c
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-10-02 Alexander M. Turek <rabus@users.sourceforge.net>
* header.inc.php3, header_prinview.inc.php3: Corrected value for the
'Expires' HTTP header.
* lang/german-utf-8.inc.php3: Wrong $charset value.
2002-10-02 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_change.php3, bug 617029: tabindex for linked fields

View File

@@ -9,7 +9,8 @@
* Alexander M. Turek <rabus at users.sourceforge.net>.
*/
$charset = 'iso-8859-1';
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';