Package: phppgadmin Version: 4.2.2-1 Severity: normal There is bad appcharset in Czech localization of phppgadmin, causing PHP warning message on lib.inc.php line 224.
/usr/share/phppgadmin/lang/czech.php line 11 BAD: $lang['appcharset'] = 'utf8'; GOOD: $lang['appcharset'] = 'utf-8'; -- System Information: Debian Release: 5.0 APT prefers jaunty-updates APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty-backports'), (500, 'jaunty') Architecture: i386 (i686) Kernel: Linux 2.6.28-11-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages phppgadmin depends on: ii apache2-mpm-pref 2.2.11-2ubuntu2.1 Apache HTTP Server - traditional n ii libapache2-mod-p 5.2.6.dfsg.1-3ubuntu4.1 server-side, HTML-embedded scripti ii php5-pgsql 5.2.6.dfsg.1-3ubuntu4.1 PostgreSQL module for php5 Versions of packages phppgadmin recommends: ii postgresql-doc 8.3.7-1 documentation for the PostgreSQL d Versions of packages phppgadmin suggests: pn postgresql <none> (no description available) pn slony1-bin <none> (no description available) -- no debconf information
Index: phppgadmin-4.2.2/lang/czech.php =================================================================== --- phppgadmin-4.2.2.orig/lang/czech.php 2009-06-15 15:39:59.000000000 -0500 +++ phppgadmin-4.2.2/lang/czech.php 2009-06-15 15:41:11.000000000 -0500 @@ -8,7 +8,7 @@ // Language and character set $lang['applang'] = 'Česky'; - $lang['appcharset'] = 'utf8'; + $lang['appcharset'] = 'utf-8'; $lang['applocale'] = 'cs_CZ'; $lang['appdbencoding'] = 'UNICODE'; $lang['applangdir'] = 'ltr'; Index: phppgadmin-4.2.2/lang/recoded/czech.php =================================================================== --- phppgadmin-4.2.2.orig/lang/recoded/czech.php 2009-06-15 15:40:13.000000000 -0500 +++ phppgadmin-4.2.2/lang/recoded/czech.php 2009-06-15 15:40:45.000000000 -0500 @@ -8,7 +8,7 @@ // Language and character set $lang['applang'] = 'Česky'; - $lang['appcharset'] = 'utf8'; + $lang['appcharset'] = 'utf-8'; $lang['applocale'] = 'cs_CZ'; $lang['appdbencoding'] = 'UNICODE'; $lang['applangdir'] = 'ltr';