Bug #13577 | HKSCS characters problem | ||
---|---|---|---|
Submitted: | 28 Sep 2005 16:39 | Modified: | 29 Sep 2005 17:13 |
Reporter: | Cyrus Choi | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S4 (Feature request) |
Version: | 4.1.x, 5.0.x, 5.1.x | OS: | Linux (Linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[28 Sep 2005 16:39]
Cyrus Choi
[28 Sep 2005 16:48]
Cyrus Choi
the changes has been compiled. Prelimeary test shows the result is display correctly. Does the changes will have any side-effect on the existing code ?
[7 Oct 2005 3:52]
Alexander Barkov
Dear Cyrus, your fix looks correct. It allows to store and fetch HKSCS data into a Big5 column. However, please note, character set conversion to/from other character sets will not work. We cannot just add mapping for extra HKSCS characters into Big5 implementation, because Big5 and HKSCS have different mapping for some characters. Also, sorting order for extra characters will be unpredictable. Thus adding full featured HKSCS character set needs to introduce a new separate character set "big5hkscs", not just fixes in "big5" implementation. What do you think?
[20 Oct 2005 8:16]
Alexander Barkov
Ok, full HKSCS support needs a separate character set due to unicode conversion differences with regular "big5". Changeing status to feature request.
[20 Jul 2006 18:54]
Valeriy Kravchuk
Bug #20960 was marked as a duplicate of this one.
[27 Sep 2006 17:59]
Valeriy Kravchuk
Bug #22691 was marked as a duplicate of this one.