ICONV
Section: Linux Programmer's Manual (1)
Updated: February 20, 2001
查看本页索引
返回目录
NAME
iconv - 字符集转换
总览 (SYNOPSIS)
iconv [
-f
encoding
] [
-t
encoding
] [
inputfile
...]
描述 (DESCRIPTION)
iconv
程序 把 文本 从 一种 编码 转换 为 另一种 编码. 更准确一点, 他是 把
-f
指定的 编码 转换为
-t
指定的 编码. 这两种 编码 默认 都是 当前 locale 的编码, 所有
inputfile
都依次 进行转换. 如果没有指定
inputfile
则使用 标准输入. 转换后的 内容 会 输出到 标准输出.
允许的 编码 与 具体系统 有关. 具体 实现 可以 查看
iconv_open
(3) 手册页.
参见 (SEE ALSO)
iconv_open
(3),
locale
(7)
[中文版维护人]
唐友 <
tony_ty@263.net
>
[中文版最新更新]
2002/3/21
[中国Linux论坛man手册页翻译计划]
http://cmpp.linuxforum.net
(链接不可用)
本页面中文版由中文 man 手册页计划提供。
中文 man 手册页计划:
https://github.com/man-pages-zh/manpages-zh
Index
NAME
总览 (SYNOPSIS)
描述 (DESCRIPTION)
参见 (SEE ALSO)
[中文版维护人]
[中文版最新更新]
[中国Linux论坛man手册页翻译计划]
This document was created by
man2html
, using the manual pages.
Time: 03:15:46 GMT, July 01, 2024