Bugs: Browse | Submit New | Admin

[#4377] phpMyadmin doesn't work for Japanese

Date:
2006-05-07 06:10
Priority:
5
Submitted By:
Nobody
Assigned To:
Curt Hibbs (curthibbs)
Category:
None
State:
Open
Summary:
phpMyadmin doesn't work for Japanese

Detailed description
With the current installation, phpMyadmin gives the following error:
Notice: Undefined index: UTF-8 in e:\instantrails\phpmyadmin\libraries\database_interface.lib.php on line 165

You can easily reproduce this error by selecting "Japanese (ja-utf-8)" as the language in phpMyAdmin.

This can be fixed by opening: your-install-path\InstantRails\phpmyadmin\lang\japanese-utf-8.inc.php
And changing the line:
$charset = 'UTF-8';
to
$charset = 'utf-8';

Just thought I'd let you know so I don't have to fix this everytime I install.

Thanks

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

Field Old Value Date By
resolution_idNone2007-02-04 07:21curthibbs
priority32007-02-04 07:21curthibbs
assigned_tonone2007-02-04 07:21curthibbs