Bug #71656 | Lack of 'combined characters' support in collations should be documented | ||
---|---|---|---|
Submitted: | 10 Feb 2014 12:06 | Modified: | 11 Feb 2014 15:53 |
Reporter: | Peter Laursen (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | any | OS: | Any |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[10 Feb 2014 12:06]
Peter Laursen
[10 Feb 2014 12:08]
MySQL Verification Team
Thank you for the bug report.
[11 Feb 2014 15:53]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products. http://dev.mysql.com/doc/refman/5.6/en/charset-unicode-sets.html said: Also, combining marks are not fully supported. This affects primarily Vietnamese, Yoruba, and some smaller languages such as Navajo. I will modify that to: Also, combining marks are not fully supported. This affects primarily Vietnamese, Yoruba, and some smaller languages such as Navajo. A combined character will be considered different from the same character written with a single unicode character in string comparisons, and the two characters are considered to have a different length (for example, as returned by the CHAR_LENGTH() function or in result set metadata).