Changes between Initial Version and Version 1 of Ticket #3188, comment 1
- Timestamp:
- 03/31/14 08:45:47 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3188, comment 1
initial v1 5 5 > 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. 6 6 7 It looks like {{{iconv (NULL, NULL, NULL, NULL L)}}} isn't supported in Solaris 11.1, i. e. outbuf shouldn't be NULL.7 It looks like {{{iconv (NULL, NULL, NULL, NULL)}}} isn't supported in Solaris 11.1, i. e. outbuf shouldn't be NULL.