IConv
Object Hierarchy:
Description:
[ SimpleType ]
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 uint iconv (out string inbuf, out uint inbytes_left, out string outbuf, out uint outbytes_left)
Same as the standard UNIX routine iconv
, but may be
implemented via libiconv on UNIX flavors that lack a native implementation.
- 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.