1. 02 Feb, 2006 3 commits
    • bar@mysql.com's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 5b3e50ef
      bar@mysql.com authored
      into  mysql.com:/usr/home/bar/mysql-5.1.new.ctype
      5b3e50ef
    • bar@mysql.com's avatar
      WL#1386 - CTYPE table for unicode character sets · d7c77383
      bar@mysql.com authored
      A prerequisite for several fulltext and XML bugs.
      MY_CHARSET_HANDLER now has a new function "ctype"
      to detect a type of the next character in a string
      (i.e. digit, letter, space, punctuation, control, etc),
      which now works correctly for both 8bit and multibyte charsets.
      Previously only 8bit charsets worked correctly,
      while any multibyte character was considered as letter
      in multibyte charsets.
      Many files:
        Adding new function
      Makefile.am:
        Adding build rules for uctypedump,
        a dump tool to create my_uctype.h
        using Unicode Character Database file.
      m_ctype.h:
        Adding declaration of my_uni_ctype,
        ctype data for Unicode.
        Adding new member into MY_CHARSET_HANDLER
      Makefile.am:
        Adding my_uctype.h into noinst_HEADERS
      my_uctype.h, uctypedump.c:
        new files:
        ctype data for unicode,
        and the tool to generate it from 
        a Unicode Character Database file.
      d7c77383
    • stewart@mysql.com's avatar
      d5e09711
  2. 01 Feb, 2006 37 commits