lib/iconv.c


Log

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