Detection for new Japanese charsets (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
|||||||
|
|
||||||
2005-02-23 Alexander M. Turek <me@derrabus.de>
|
2005-02-23 Alexander M. Turek <me@derrabus.de>
|
||||||
* libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
|
* 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>
|
2005-02-22 Alexander M. Turek <me@derrabus.de>
|
||||||
* libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
|
* libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
|
||||||
|
@@ -197,6 +197,8 @@ if (PMA_MYSQL_INT_VERSION >= 40100){
|
|||||||
// Japanese charsets
|
// Japanese charsets
|
||||||
case 'sjis':
|
case 'sjis':
|
||||||
case 'ujis':
|
case 'ujis':
|
||||||
|
case 'cp932':
|
||||||
|
case 'eucjpms':
|
||||||
$descr = $GLOBALS['strJapanese'];
|
$descr = $GLOBALS['strJapanese'];
|
||||||
break;
|
break;
|
||||||
// Baltic charsets
|
// Baltic charsets
|
||||||
|
Reference in New Issue
Block a user