aboutsummaryrefslogtreecommitdiffstats
path: root/man/iconv_open.3
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-04-17 17:18:14 +0000
committerBruno Haible <bruno@clisp.org>2009-06-21 11:43:20 +0200
commit6d93d60b829a97dab9beae4f1a38e60614198059 (patch)
treecbdcacb8cf347a9ff2de53ba5e6eaff54246f739 /man/iconv_open.3
parent5d5646a82d474c958a019a84932e6687e6acef18 (diff)
downloadandroid-libiconv-6d93d60b829a97dab9beae4f1a38e60614198059.tar.gz
android-libiconv-6d93d60b829a97dab9beae4f1a38e60614198059.tar.bz2
android-libiconv-6d93d60b829a97dab9beae4f1a38e60614198059.zip
Upgrade to libiconv-1.3.
Diffstat (limited to 'man/iconv_open.3')
-rw-r--r--man/iconv_open.311
1 files changed, 9 insertions, 2 deletions
diff --git a/man/iconv_open.3 b/man/iconv_open.3
index 3c796ac..70e6e78 100644
--- a/man/iconv_open.3
+++ b/man/iconv_open.3
@@ -9,7 +9,7 @@
.\" GNU glibc-2 source code and manual
.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
.\"
-.TH ICONV_OPEN 3 "March 14, 2000" "GNU" "Linux Programmer's Manual"
+.TH ICONV_OPEN 3 "April 13, 2000" "GNU" "Linux Programmer's Manual"
.SH NAME
iconv_open \- allocate descriptor for character set conversion
.SH SYNOPSIS
@@ -66,7 +66,14 @@ Platform specifics
HP-ROMAN8, NEXTSTEP
.TP
Full Unicode
-UTF-8, UCS-2, UCS-4, UTF-16, UTF-16BE, UTF-16LE, UTF-7, JAVA
+.nf
+UTF-8
+UCS-2, UCS-2BE, UCS-2LE
+UCS-4, UCS-4BE, UCS-4LE
+UTF-16, UTF-16BE, UTF-16LE
+UTF-7
+JAVA
+.fi
.TP
Full Unicode, in terms of \fBuint16_t\fP or \fBuint32_t\fP
(with machine dependent endianness and alignment)