diff --git a/ChangeLog b/ChangeLog index fcad18e49..806334c21 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-01-29 Alexander M. Turek + * land/japanese-utf-8.inc.php: bug #1111855 ("Undefined index" when using + the Janapese language file under MySQL 4.1. + 2005-01-28 Marc Delisle * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined function PMA_reloadNavigation(). A failed connection was not properly diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index a66ba8aee..db901a5ce 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -6,7 +6,7 @@ * Tadashi Jokagi */ -$charset = 'UTF-8'; +$charset = 'utf-8'; $allow_recoding = TRUE; $text_dir = 'ltr'; $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';