IConv
Object Hierarchy:
Description:
[ SimpleType ]
[ CCode ( has_type_id = false ) ]
public struct IConv
The GIConv struct wraps an iconv
conversion descriptor.
It contains private data and should only be accessed using the following functions.
Content:
Static methods:
Methods:
- public int close ()
Same as the standard UNIX routine iconv_close
, but may be
implemented via libiconv on UNIX flavors that lack a native implementation.
- public size_t iconv (ref char[] inbuf, ref size_t inbytes_left, ref char[] outbuf, ref size_t outbytes_left)
Same as the standard UNIX routine iconv
, but may be implemented
via libiconv on UNIX flavors that lack a native implementation.