use correct default db encoding for trad. chinese
authorchriskl <chriskl>
Tue, 26 Aug 2003 00:42:02 +0000 (00:42 +0000)
committerchriskl <chriskl>
Tue, 26 Aug 2003 00:42:02 +0000 (00:42 +0000)
lang/chinese-tr.php
lang/recoded/chinese-tr.php

index 35d49b552f79954cdeeea8444ffb8805c79c844d..925003cde000142d3f851ebc3061e9d58d9c40be 100644 (file)
@@ -4,14 +4,14 @@
         * Translated by Chih-Hsin Lee [chlee@femh.org.tw]
         *
         *
-        * $Id: chinese-tr.php,v 1.4 2003/08/25 06:40:16 chriskl Exp $
+        * $Id: chinese-tr.php,v 1.5 2003/08/26 00:42:02 chriskl Exp $
         */
 
        // Language and character set
        $lang['applang'] = 'ÁcÅ餤¤å¡]big5¡^';
        $lang['appcharset'] = 'big5';
        $lang['applocale'] = 'zh_TW';
-       $lang['appdbencoding'] = 'LATIN1';
+       $lang['appdbencoding'] = 'EUC_TW';
        
        // Welcome  
        $lang['strintro'] = 'Åwªï¨Ï¥ÎphpPgAdmin.';
index 8d3dd470e45bf7af8aacb6203569e94a1a19f9bf..00a289b94fa67eba99ec98e0280b7cdd6fcd775f 100644 (file)
@@ -4,14 +4,14 @@
         * Translated by Chih-Hsin Lee [chlee@femh.org.tw]
         *
         *
-        * $Id: chinese-tr.php,v 1.6 2003/08/25 06:40:16 chriskl Exp $
+        * $Id: chinese-tr.php,v 1.7 2003/08/26 00:42:03 chriskl Exp $
         */
 
        // Language and character set
        $lang['applang'] = '&#32321;&#39636;&#20013;&#25991;&#65288;big5&#65289;';
        $lang['appcharset'] = 'big5';
        $lang['applocale'] = 'zh_TW';
-       $lang['appdbencoding'] = 'LATIN1';
+       $lang['appdbencoding'] = 'EUC_TW';
        
        // Welcome  
        $lang['strintro'] = '&#27489;&#36814;&#20351;&#29992;phpPgAdmin.';