1. 30 Mar, 2007 1 commit
  2. 29 Mar, 2007 4 commits
  3. 28 Mar, 2007 1 commit
    • bar@mysql.com's avatar
      Bug#22638 SOUNDEX broken for international characters · 4b3826ba
      bar@mysql.com authored
      Problem: SOUNDEX returned an invalid string for international
      characters in multi-byte character sets.
      For example: for a Chinese/Japanese 3-byte long character
      _utf8 0xE99885 it took only the very first byte 0xE9,
      put it into the outout string and then appended with three 
      DIGIT ZERO characters, so the result was 0xE9303030 - which
      is an invalide utf8 string.
      Fix: make SOUNDEX() multi-byte aware and - put only complete
      characters into result, thus return only valid strings.
      This patch also makes SOUNDEX() compatible with UCS2.
      4b3826ba
  4. 27 Mar, 2007 3 commits
  5. 23 Mar, 2007 2 commits
  6. 22 Mar, 2007 13 commits
  7. 21 Mar, 2007 16 commits