• Alexander Nozdrin's avatar
    Bug#55980 Character sets: supplementary character _bin ordering is wrong · 8da22a75
    Alexander Nozdrin authored
    Problem:
    - ORDER BY for utf8mb4_bin, utf16_bin and utf32_bin returned
      results in a wrong order, because old functions
      (supporting only BMP range) were used to handle these collations.
    - Additionally, utf16_bin did not sort supplementary characters
      between U+D700 and U+E000, as WL#1213 specification specified.
    8da22a75
m_ctype.h 25.9 KB