aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-charset-map.c
Commit message (Expand)AuthorAgeFilesLines
* Moved windows-1251 to the end of the list since it contains the euro andJeffrey Stedfast2002-01-081-3/+5
* New function to map ISO charsets to the Windows charsets.Jeffrey Stedfast2001-12-181-0/+55
* Fixes #17085Zbigniew Chyla2001-12-141-0/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-121-308/+0
* Added a hack for Solaris systems.Jeffrey Stedfast2001-10-111-3/+6
* Change to camel_charset_iconv_open/close.22001-10-031-1/+159
* Revert my x-unknown special-case hack - this may mask other problems.Jeffrey Stedfast2001-10-031-4/+0
* If the charset is x-unknown, return the locale_charset.Jeffrey Stedfast2001-10-021-1/+5
* If the type is encoded, get the fallback charset from the message42001-09-251-0/+3
* Nuke debug warning.Dan Winship2001-09-211-2/+0
* Added korean charset conversion.Jeffrey Stedfast2001-09-191-0/+1
* Convert the charset to the iconv-friendly name.Jeffrey Stedfast2001-09-141-3/+20
* Get rid of the g_warning, we no longer really need that.Jeffrey Stedfast2001-09-111-1/+1
* renamed to camel_charset_to_iconv() to make it just a little moreNot Zed2001-07-201-3/+3
* Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-201-2/+3
* Modified to treat the return value from camel_charset_locale_name() as aJeffrey Stedfast2001-07-201-37/+38
* Remove my iso8859-1 -> iso-8859-1 hack and useJeffrey Stedfast2001-07-201-3/+104
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Redo the BUILD_MAP code to not depend on libunicode. Now it only generatesDan Winship2001-05-311-92/+88
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-151-2/+3
* Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-271-3/+4
* Added a prototype for stamp().Jeffrey Stedfast2001-04-171-1/+2
* Use camel_charset_locale_name() to get the locale charset rather thanJeffrey Stedfast2001-04-111-0/+35
* Add tests.Not Zed2000-11-241-1/+1
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-28/+45
* calendar: made all gui show localizedGediminas Paulauskas2000-11-011-2/+18
* Remove md5-utils.h include since it's not part of Camel any more.Dan Winship2000-10-301-7/+4
* New function to fold headers.Not Zed2000-09-281-0/+257