thodg/libiconv/lib/iconv.c

Branch :


Log

Author Commit Date CI Message
1f180ad5 2005-03-16 12:19:06 Accept //TRANSLIT//IGNORE as synonymous to //IGNORE//TRANSLIT also in function iconv_canonicalize.
8489f6de 2005-03-14 11:27:00 New function iconv_canonicalize.
719d85b4 2005-03-14 11:24:40 Introduce iconv_hooks.
3d0c9858 2004-11-11 15:36:38 Oops.
48535df2 2004-11-11 15:34:18 Accept //TRANSLIT//IGNORE as synonymous to //IGNORE//TRANSLIT.
c1e5bb48 2003-05-20 11:56:06 Fix a null pointer access in "iconv -l".
294602d6 2003-05-22 19:17:48 Convert the string tables to position-independent code.
2929676c 2003-04-25 10:18:03 Add support for VMS.
411b8e57 2003-04-24 10:49:10 Better support for FreeBSD.
64d5a8b9 2003-03-29 16:35:11 Improved MSVC support.
ca7aa552 2002-05-16 12:01:34 New configure option --enable-extra-encodings. Add the extra encodings and the platform dependent encodings to the testsuite.
5ab9f909 2002-05-08 19:37:48 Enable DOS encodings also on Woe32. Suggested by Perry Rapp.
1d7b650c 2001-12-06 14:27:22 Empty encoding name is equivalent to locale dependent encoding, as in glibc.
4f99b68d 2002-01-15 12:47:34 Support for "iconv -c".
d82b82d2 2002-01-14 12:05:04 Support for "iconv -l".
19bb4fef 2001-05-26 00:31:46 The multibyte to Unicode conversion may now be stateful. Add Unicode normalization to multibyte to Unicode direction for CP1255, CP1258, TCVN.
65068c48 2001-03-27 13:35:32 Update copyright notice.
8c5fb204 2001-03-06 13:43:56 Add support for OSF/1 (Tru64) 5.1.
3d31606d 2001-02-26 13:36:17 Add support for DOS encodings.
dbd0052d 2001-02-26 13:42:01 locale_charset() doesn't return NULL any more.
58849cb5 2000-12-01 20:10:31 Define the version number in the library as well.
a615528b 2000-11-23 19:54:07 Move src/ to lib/, and install the iconv program.