• unknown's avatar
    Bug#15377 Valid multibyte sequences are truncated on INSERT · b5d6f2d4
    unknown authored
    ctype-euc_kr.c:
    ctype-gb2312.c:
      Adding specific well_formed_length functions
      for gb2312 and euckr, to allow storing characters
      which are correct according to the character set
      specifications but just don't have Unicode mapping.
      Previously only those which have Unicode mapping
      could be stored, while unassigned characters lead
      to data truncation.
    Many files:
      new file
    
    
    strings/ctype-gb2312.c:
      Bug#15377 Valid multibyte sequences are truncated on INSERT
      Adding specific well_formed_length functions
      for gb2312 and euckr, to allow storing characters
      which are correct according to the character set.
      Previously only those which have Unicode mapping
      could be stored.
    strings/ctype-euc_kr.c:
      Adding specific well_formed_length functions
      for gb2312 and euckr, to allow storing characters
      which are correct according to the character set.
      Previously only those which have Unicode mapping
      could be stored.
    b5d6f2d4
ctype-euc_kr.c 480 KB