| Commit message (Expand) | Author | Age | Files | Lines |
* | #include <gal/util/e-iconv.h> | Rodney Dawes | 2004-08-04 | 1 | -0/+2 |
* | Changed the logic slightly to only match certain charsets if the locale | Jeffrey Stedfast | 2004-07-29 | 1 | -4/+11 |
* | Get rid of the #ifdef ENABLE_THREADS since we no longer plan to | Jeffrey Stedfast | 2003-07-10 | 1 | -5/+2 |
* | Updated for string-utils namespace changes. | Jeffrey Stedfast | 2003-07-08 | 1 | -2/+0 |
* | Same as the ones below. | Jeffrey Stedfast | 2003-02-26 | 1 | -170/+0 |
* | g_alloca (strlen (charset) + 1) so we don't overflow the buffer. | Jeffrey Stedfast | 2003-02-25 | 1 | -1/+1 |
* | Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown(). | Jeffrey Stedfast | 2003-02-21 | 1 | -8/+181 |
* | Created temporary link list, we need to link with something for gettext. | Not Zed | 2002-11-05 | 1 | -1/+1 |
* | Removed hash-table-utils.[c,h] from the build. | Jeffrey Stedfast | 2002-11-01 | 1 | -1/+1 |
* | Map us-ascii to windows-1252 also. | Jeffrey Stedfast | 2002-10-04 | 1 | -1/+2 |
* | Moved windows-1251 to the end of the list since it contains the euro and | Jeffrey Stedfast | 2002-01-08 | 1 | -3/+5 |
* | New function to map ISO charsets to the Windows charsets. | Jeffrey Stedfast | 2001-12-18 | 1 | -0/+55 |
* | Fixes #17085 | Zbigniew Chyla | 2001-12-14 | 1 | -0/+1 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Removed charset/locale charset lookup and iconv_open/close functions, | 1 | 2001-10-12 | 1 | -308/+0 |
* | Added a hack for Solaris systems. | Jeffrey Stedfast | 2001-10-11 | 1 | -3/+6 |
* | Change to camel_charset_iconv_open/close. | 2 | 2001-10-03 | 1 | -1/+159 |
* | Revert my x-unknown special-case hack - this may mask other problems. | Jeffrey Stedfast | 2001-10-03 | 1 | -4/+0 |
* | If the charset is x-unknown, return the locale_charset. | Jeffrey Stedfast | 2001-10-02 | 1 | -1/+5 |
* | If the type is encoded, get the fallback charset from the message | 4 | 2001-09-25 | 1 | -0/+3 |
* | Nuke debug warning. | Dan Winship | 2001-09-21 | 1 | -2/+0 |
* | Added korean charset conversion. | Jeffrey Stedfast | 2001-09-19 | 1 | -0/+1 |
* | Convert the charset to the iconv-friendly name. | Jeffrey Stedfast | 2001-09-14 | 1 | -3/+20 |
* | Get rid of the g_warning, we no longer really need that. | Jeffrey Stedfast | 2001-09-11 | 1 | -1/+1 |
* | renamed to camel_charset_to_iconv() to make it just a little more | Not Zed | 2001-07-20 | 1 | -3/+3 |
* | Convert to the iconv-friendly charset names. | Jeffrey Stedfast | 2001-07-20 | 1 | -2/+3 |
* | Modified to treat the return value from camel_charset_locale_name() as a | Jeffrey Stedfast | 2001-07-20 | 1 | -37/+38 |
* | Remove my iso8859-1 -> iso-8859-1 hack and use | Jeffrey Stedfast | 2001-07-20 | 1 | -3/+104 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Redo the BUILD_MAP code to not depend on libunicode. Now it only generates | Dan Winship | 2001-05-31 | 1 | -92/+88 |
* | Replicate the semantics of the libunicode utf8 functions by returning NULL | Jon Trowbridge | 2001-05-15 | 1 | -2/+3 |
* | Remove UNICODE_CFLAGS (and some other stuff that's redundant with | Dan Winship | 2001-04-27 | 1 | -3/+4 |
* | Added a prototype for stamp(). | Jeffrey Stedfast | 2001-04-17 | 1 | -1/+2 |
* | Use camel_charset_locale_name() to get the locale charset rather than | Jeffrey Stedfast | 2001-04-11 | 1 | -0/+35 |
* | Add tests. | Not Zed | 2000-11-24 | 1 | -1/+1 |
* | Implement a complete() function, now we need one. (filter): Upgraded to | Not Zed | 2000-11-07 | 1 | -28/+45 |
* | calendar: made all gui show localized | Gediminas Paulauskas | 2000-11-01 | 1 | -2/+18 |
* | Remove md5-utils.h include since it's not part of Camel any more. | Dan Winship | 2000-10-30 | 1 | -7/+4 |
* | New function to fold headers. | Not Zed | 2000-09-28 | 1 | -0/+257 |