Detection for new Japanese charsets (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.

This commit is contained in:
Alexander M. Turek
2005-02-23 13:47:45 +00:00
parent 8f3bffcf4e
commit 4a615250c7
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2005-02-23 Alexander M. Turek <me@derrabus.de>
* libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
* libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
(cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
2005-02-22 Alexander M. Turek <me@derrabus.de>
* libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts

View File

@@ -197,6 +197,8 @@ if (PMA_MYSQL_INT_VERSION >= 40100){
// Japanese charsets
case 'sjis':
case 'ujis':
case 'cp932':
case 'eucjpms':
$descr = $GLOBALS['strJapanese'];
break;
// Baltic charsets