• Alexander Barkov's avatar
    Bug#56639 Character Euro (0x88) not converted from cp1251 to utf8 · a7c09ea9
    Alexander Barkov authored
    Problem: MySQL cp1251 did not support 'U+20AC EURO SIGN'
    which was assigned a few years ago to 0x88.
    
    Fix: adding mapping: 0x88 <-> U+20AC 
    
      @ mysql-test/include/ctype_8bit.inc
      New shared file to test 8bit character sets.
    
      @ mysql-test/r/ctype_cp1251.result
      @ mysql-test/t/ctype_cp1251.test
      Adding tests
    
      @ sql/share/charsets/cp1251.xml
      Adding mapping
    
      @ strings/ctype-extra.c
      Regenerating ctype-extra.c using strings/conf_to_src
      according to new cp1251.xml
    a7c09ea9
cp1251.xml 8.12 KB