emsApplication/3rdPartner/libiconv
HwangKC a386d0c62b init 2024-05-24 12:19:45 +08:00
..
build-aux init 2024-05-24 12:19:45 +08:00
doc init 2024-05-24 12:19:45 +08:00
extras init 2024-05-24 12:19:45 +08:00
gnulib-local init 2024-05-24 12:19:45 +08:00
include init 2024-05-24 12:19:45 +08:00
lib init 2024-05-24 12:19:45 +08:00
libcharset init 2024-05-24 12:19:45 +08:00
m4 init 2024-05-24 12:19:45 +08:00
man init 2024-05-24 12:19:45 +08:00
os2 init 2024-05-24 12:19:45 +08:00
po init 2024-05-24 12:19:45 +08:00
src init 2024-05-24 12:19:45 +08:00
srclib init 2024-05-24 12:19:45 +08:00
srcm4 init 2024-05-24 12:19:45 +08:00
tests init 2024-05-24 12:19:45 +08:00
tools init 2024-05-24 12:19:45 +08:00
windows init 2024-05-24 12:19:45 +08:00
woe32dll init 2024-05-24 12:19:45 +08:00
ABOUT-NLS init 2024-05-24 12:19:45 +08:00
AUTHORS init 2024-05-24 12:19:45 +08:00
COPYING init 2024-05-24 12:19:45 +08:00
COPYING.LIB init 2024-05-24 12:19:45 +08:00
ChangeLog init 2024-05-24 12:19:45 +08:00
DEPENDENCIES init 2024-05-24 12:19:45 +08:00
DESIGN init 2024-05-24 12:19:45 +08:00
HACKING init 2024-05-24 12:19:45 +08:00
INSTALL.generic init 2024-05-24 12:19:45 +08:00
INSTALL.windows init 2024-05-24 12:19:45 +08:00
Makefile.devel init 2024-05-24 12:19:45 +08:00
Makefile.in init 2024-05-24 12:19:45 +08:00
NEWS init 2024-05-24 12:19:45 +08:00
NOTES init 2024-05-24 12:19:45 +08:00
README init 2024-05-24 12:19:45 +08:00
README.md init 2024-05-24 12:19:45 +08:00
THANKS init 2024-05-24 12:19:45 +08:00
aclocal.m4 init 2024-05-24 12:19:45 +08:00
config.h.in init 2024-05-24 12:19:45 +08:00
configure init 2024-05-24 12:19:45 +08:00
configure.ac init 2024-05-24 12:19:45 +08:00

README.md

libiconv

International text is mostly encoded in Unicode. For historical reasons, however, it is sometimes still encoded using a language or country dependent character encoding. With the advent of the internet and the frequent exchange of text across countries - even the viewing of a web page from a foreign country is a "text exchange" in this context -, conversions between these encodings have become a necessity. In particular, computers with the Windows operating system still operate in locale with a traditional (limited) character encoding. Some programs, like mailers and web browsers, must be able to convert between a given text encoding and the user's encoding. Other programs internally store strings in Unicode, to facilitate internal processing, and need to convert between internal string representation (Unicode) and external string representation (a traditional encoding) when they are doing I/O. GNU libiconv is a conversion library for both kinds of applications.

The libiconv and libcharset libraries and their header files are under LGPL. The iconv program is under GPL.

libiconv can be downloaded from https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz.