Bug #3514 | useUnicode=false has no effect | ||
---|---|---|---|
Submitted: | 20 Apr 2004 5:59 | Modified: | 21 Apr 2004 6:39 |
Reporter: | Christian Gruber | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 3.0.11 | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[20 Apr 2004 5:59]
Christian Gruber
[21 Apr 2004 6:23]
Mark Matthews
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php
[21 Apr 2004 6:39]
Mark Matthews
If you're using a single-byte character set, the same code will be used whether or not you specify useUnicode in your JDBC URL. The driver does not use the Sun classes for character conversion for single-byte character sets.