Iconv
From Wikipedia, the free encyclopedia
- The correct title of this article is iconv. The initial letter is shown capitalized due to technical restrictions.
iconv is a computer program and a standardized API used to convert between different character encodings.
See also: List of Unix programs
Contents |
[edit] iconv API
The iconv API is the standard programming interface for converting character strings from one character encoding to another under Unix and Unix-like computing platforms. Initially appearing on the HP-UX operating system, it was standardized within XPG4 and may be even part of the IEEE Std 1003.1, 2004 Edition POSIX spec.
All recent Linux distributions contain a free implementation of iconv() as part of the GNU glibc which is the base of any recent Linux system.
To use it, the GNU glibc locales need to be installed, which is provided as a separate package, named glibc-locale usually, and is normally installed by default.
[edit] Compatibility
Under Windows, the iconv binary (and thus, likely also the API) is provided by the Cygwin and GnuWin32 environments.
Iconv is also one of the libraries supported by PHP[1] (also under Windows using a dll), so it is possible to use iconv() from a PHP program.
iconv is also required by libxml, so any application which uses libxml also requires iconv.
[edit] See also
[edit] External links
- extensive iconv() HP-UX manual page with example code
- iconv() OpenGroup Standards page
- Online interface to the iconv program
- giconv a graphical interface to a patched libiconv version that recodes ASMO449+ to UTF-8
Implementations of the iconv API:
- GNU libiconv, a free iconv implementation, licensed under the LGPL
- FreeBSD port of iconv, under FreeBSD license (assumed)
- Citrus, the NetBSD clib implementation, under NetBSD license (assumed)
Unix command line programs (more) | |||
File and file system management: | cat | cd | chmod | chown | chgrp | cp | du | df | file | fsck | ln | ls | lsof | mkdir | more | mount | mv | pwd | rm | rmdir | split | touch | tree | ||
Process management: | anacron | at | chroot | crontab | kill | killall | nice | pgrep | pidof | pkill | ps | sleep | screen | time | timex | top | wait | ||
User Management/Environment: | env | finger | id | locale | mesg | passwd | su | sudo | uname | uptime | w | wall | who | whoami | write | ||
Text processing: | awk | cut | diff | ex | head | iconv | join | less | more | nkf | paste | sed | sort | tail | tr | uniq | wc | xargs | ||
Shell programming: | echo | expr | printf | unset | Printing: | lp |
Communications: inetd | netstat | ping | rlogin | traceroute |
Searching: find | grep | strings |
Miscellaneous: banner | bc | cal | man | size | yes |