1<iconv.h>(0P)              POSIX Programmer's Manual             <iconv.h>(0P)
2
3
4

NAME

6       iconv.h - codeset conversion facility
7

SYNOPSIS

9       #include <iconv.h>
10

DESCRIPTION

12       The <iconv.h> header shall define the following type:
13
14       iconv_t
15              Identifies the conversion from one codeset to another.
16
17
18       The following shall be declared as functions and may also be defined as
19       macros. Function prototypes shall be provided.
20
21
22              iconv_t iconv_open(const char *, const char *);
23              size_t  iconv(iconv_t, char **restrict, size_t *restrict,
24                          char **restrict, size_t *restrict);
25              int     iconv_close(iconv_t);
26
27       The following sections are informative.
28

APPLICATION USAGE

30       None.
31

RATIONALE

33       None.
34

FUTURE DIRECTIONS

36       None.
37

SEE ALSO

39       The  System  Interfaces  volume   of   IEEE Std 1003.1-2001,   iconv(),
40       iconv_close(), iconv_open()
41
43       Portions  of  this text are reprinted and reproduced in electronic form
44       from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
45       --  Portable  Operating  System  Interface (POSIX), The Open Group Base
46       Specifications Issue 6, Copyright (C) 2001-2003  by  the  Institute  of
47       Electrical  and  Electronics  Engineers, Inc and The Open Group. In the
48       event of any discrepancy between this version and the original IEEE and
49       The  Open Group Standard, the original IEEE and The Open Group Standard
50       is the referee document. The original Standard can be  obtained  online
51       at http://www.opengroup.org/unix/online.html .
52
53
54
55IEEE/The Open Group                  2003                        <iconv.h>(0P)
Impressum