Imported upstream version 1.5
[manpages-zh.git] / src / man1 / iconv.1
blob2e857b809c9a8b2554a69c8fa0c5e7fcef283d65
1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" References consulted:
9 .\"   OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
10 .\"
11 .TH ICONV 1  "February 20, 2001" "GNU" "Linux Programmer's Manual"
13 .SH NAME
14 iconv \- 字符集转换
16 .SH "总览 (SYNOPSIS)"
17 iconv [\fB-f\fP \fIencoding\fP] [\fB-t\fP \fIencoding\fP] [\fIinputfile\fP ...]
19 .SH "描述 (DESCRIPTION)"
20 \fBiconv\fP 程序 把 文本 从 一种 编码 转换 为 另一种 编码.
21 更准确一点, 他是 把 \fB-f\fP 指定的 编码 转换为 \fB-t\fP 指定的 编码.
22 这两种 编码 默认 都是 当前 locale 的编码, 所有 \fIinputfile\fP 都依次
23 进行转换. 如果没有指定 \fIinputfile\fP 则使用 标准输入. 转换后的 内容 会
24 输出到 标准输出.
25 .PP
26 允许的 编码 与 具体系统 有关. 具体 实现 可以 查看 iconv_open(3) 手册页.
28 .SH "参见 (SEE ALSO)"
29 .BR iconv_open "(3), " locale (7)
31 .SH "[中文版维护人]"
32 .B 唐友 \<tony_ty@263.net\>
33 .SH "[中文版最新更新]"
34 .BR 2002/3/21
35 .SH "[中国Linux论坛man手册页翻译计划]"
36 .BI http://cmpp.linuxforum.net