From e9d249201cf8e87bb89bb766ec84831eef056ffc Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 2 Oct 2002 21:09:48 +0000 Subject: [PATCH] (de) Wrong $charset value. --- ChangeLog | 1 + lang/german-utf-8.inc.php3 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13bb0dde0..b39f6c75f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2002-10-02 Alexander M. Turek * 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ïc Chapeaux * tbl_change.php3, bug 617029: tabindex for linked fields diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 0d57f7ab5..48c304d54 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -9,7 +9,8 @@ * Alexander M. Turek . */ -$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';