Bug #9046 | Characte Set Bug | ||
---|---|---|---|
Submitted: | 8 Mar 2005 10:21 | Modified: | 8 Mar 2005 17:42 |
Reporter: | alireza vahedi | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.8,4.1.9,4.1.10 | OS: | Windows (windows(xp,2000) - linux) |
Assigned to: | CPU Architecture: | Any |
[8 Mar 2005 10:21]
alireza vahedi
[8 Mar 2005 17:42]
Alexander Keremidarski
create table bug9046(c char(8)) character set utf8; Query OK, 0 rows affected (0.00 sec) insert into bug9046 values(0x1601); Query OK, 1 row affected (0.00 sec) select hex(c) from bug9046; +--------+ | hex(c) | +--------+ | 1601 | +--------+ 1 row in set (0.00 sec) Please provide repeatable test case and make sure that this is not a problem with the web application you are using. We can only investigate and fix the problems which occur into MySQL server, MySQL client libraries or connection between client and server provided that MySQL client librarires or some of Connectors are used.