Bug #22031 Wrong code for polish letters
Submitted: 5 Sep 2006 19:54 Modified: 6 Sep 2006 13:50
Reporter: [ name withheld ] Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Charsets Severity:S3 (Non-critical)
Version:5.0.24 OS:Windows (XP)
Assigned to: CPU Architecture:Any

[5 Sep 2006 19:54] [ name withheld ]
Description:
Some letters in polish alphabet has wrong hex code. And it's problem when you connect using Connector/Java.

How to repeat:
select CONVERT('ę' USING cp1250);
give A9 but real code is EA
[5 Sep 2006 21:33] [ name withheld ]
select HEX(CONVERT('ę' using cp1250));

ofcourse
[6 Sep 2006 9:01] Sveta Smirnova
Changed category to more appropriate one.
[6 Sep 2006 13:50] MySQL Verification Team
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments to the original bug instead.

Thank you for your interest in MySQL.

http://bugs.mysql.com/bug.php?id=22028