Browse Source

adding more charsets to sq_mb_list_encodings

tokul 19 years ago
parent
commit
7bb32e60c7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      functions/strings.php

+ 3 - 0
functions/strings.php

@@ -1090,7 +1090,10 @@ function sq_mb_list_encodings() {
         'windows-1256',
         'windows-1256',
         'tis-620',
         'tis-620',
         'iso-2022-jp',
         'iso-2022-jp',
+        'euc-cn',
         'euc-kr',
         'euc-kr',
+        'euc-tw',
+        'uhc',
         'utf7-imap');
         'utf7-imap');
 
 
     $supported_encodings=array();
     $supported_encodings=array();