• John-Mark Bell's avatar
    Add encoding_read_in_multibyte_sequence API. · a4e5d90c
    John-Mark Bell authored
    Detail:
      The new API allows the client to determine if a read codec has run
      out of input in the middle of a multibyte sequence. This permits a
      client to distinguish between the two cases in which no output
      character is generated:
    
        a) insufficient input has been provided to complete an output character
        b) the input consisted of a complete multibyte sequence which generates
           no output (e.g. an ISO-2022 shift sequence)
    Admin:
      Tested using Iconv.
    
    
    Version 0.60. Tagged as 'Unicode-0_60'
    a4e5d90c
johab 11.9 KB