• V Narayanan's avatar
    Bug#45793 macce charset causes error with IBMDB2I · c2141faf
    V Narayanan authored
    Creating an IBMDB2I table with the macce character set
    is successful, but any attempt to insert data into the
    table was failing.
    
    This was happening because the character set name "macce"
    is not a valid iconv descriptor for IBM i PASE. This patch
    adds an override to convertTextDesc to use the equivalent
    valid iconv descriptor "IBM-1282" instead.
    c2141faf
ibmdb2i_bug_45793.test 299 Bytes