Changes between Initial Version and Version 1 of Ticket #3188, comment 1


Ignore:
Timestamp:
03/31/14 08:45:47 (10 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3188, comment 1

    initial v1  
    55> For state-dependent encodings, the conversion descriptor cd is placed into its initial shift state by a call for which inbuf is a null pointer, or for which inbuf points to a null pointer. When iconv() is called in this way, and if outbuf is not a null pointer or a pointer to a null pointer, and outbytesleft points to a positive value, iconv() will place, into the output buffer, the byte sequence to change the output buffer to its initial shift state. 
    66 
    7 It looks like {{{iconv (NULL, NULL, NULL, NULLL)}}} isn't supported in Solaris 11.1, i. e. outbuf shouldn't be NULL. 
     7It looks like {{{iconv (NULL, NULL, NULL, NULL)}}} isn't supported in Solaris 11.1, i. e. outbuf shouldn't be NULL.