logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

iconv.h.0p (2165B)


  1. '\" et
  2. .TH iconv.h "0P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. iconv.h
  12. \(em codeset conversion facility
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. #include <iconv.h>
  17. .fi
  18. .SH DESCRIPTION
  19. The
  20. .IR <iconv.h>
  21. header shall define the following types:
  22. .IP "\fBiconv_t\fP" 12
  23. Identifies the conversion from one codeset to another.
  24. .IP "\fBsize_t\fP" 12
  25. As described in
  26. .IR <sys/types.h> .
  27. .P
  28. The following shall be declared as functions and may also be defined
  29. as macros. Function prototypes shall be provided.
  30. .sp
  31. .RS 4
  32. .nf
  33. size_t iconv(iconv_t, char **restrict, size_t *restrict,
  34. char **restrict, size_t *restrict);
  35. int iconv_close(iconv_t);
  36. iconv_t iconv_open(const char *, const char *);
  37. .fi
  38. .P
  39. .RE
  40. .LP
  41. .IR "The following sections are informative."
  42. .SH "APPLICATION USAGE"
  43. None.
  44. .SH RATIONALE
  45. None.
  46. .SH "FUTURE DIRECTIONS"
  47. None.
  48. .SH "SEE ALSO"
  49. .IR "\fB<sys_types.h>\fP"
  50. .P
  51. The System Interfaces volume of POSIX.1\(hy2017,
  52. .IR "\fIiconv\fR\^(\|)",
  53. .IR "\fIiconv_close\fR\^(\|)",
  54. .IR "\fIiconv_open\fR\^(\|)"
  55. .\"
  56. .SH COPYRIGHT
  57. Portions of this text are reprinted and reproduced in electronic form
  58. from IEEE Std 1003.1-2017, Standard for Information Technology
  59. -- Portable Operating System Interface (POSIX), The Open Group Base
  60. Specifications Issue 7, 2018 Edition,
  61. Copyright (C) 2018 by the Institute of
  62. Electrical and Electronics Engineers, Inc and The Open Group.
  63. In the event of any discrepancy between this version and the original IEEE and
  64. The Open Group Standard, the original IEEE and The Open Group Standard
  65. is the referee document. The original Standard can be obtained online at
  66. http://www.opengroup.org/unix/online.html .
  67. .PP
  68. Any typographical or formatting errors that appear
  69. in this page are most likely
  70. to have been introduced during the conversion of the source files to
  71. man page format. To report such errors, see
  72. https://www.kernel.org/doc/man-pages/reporting_bugs.html .