Bug #3980 Databases and Tables with accents don't show up correctly
Submitted: 3 Jun 2004 7:07 Modified: 14 Feb 2005 23:52
Reporter: Jorge del Conde Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.1.5 OS:Windows (WinXP)
Assigned to: Assigned Account CPU Architecture:Any

[3 Jun 2004 7:07] Jorge del Conde
Description:
Databases and Tables that have accents or Ñ's aren't displayed correctly in Administrator.

For example:

'camión' is displayed as 'cami¢n'
'caña' is displayed as 'ca¤a'

How to repeat:
mysql> show databases;
+----------+
| Database |
+----------+
| caña     |
| mysql    |
| test     |
+----------+
3 rows in set (0.01 sec)

mysql> use caña;
Database changed
mysql> show tables;
+----------------+
| Tables_in_caña |
+----------------+
| camión         |
+----------------+
1 row in set (0.01 sec)

Now look at what MA displays ...

Suggested fix:
Fix accents and ñ
[21 Jun 2004 14:29] Michael G. Zinner
Could you verify this with the latest 1.0.5 version?
[14 Feb 2005 22:54] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[14 Feb 2005 23:52] Jorge del Conde
I just checked if this bug still happened, and using 1.1.5, i get the same results as in 1.0.3