Redo the BUILD_MAP code to not depend on libunicode. Now it only generates
authorDan Winship <danw@src.gnome.org>
Wed, 30 May 2001 21:32:18 +0000 (21:32 +0000)
committerDan Winship <danw@src.gnome.org>
Wed, 30 May 2001 21:32:18 +0000 (21:32 +0000)
commit947113b704e4727e8e0117b0c038a4486e4196de
treea8e991fc7eeb4192a439ba6990052d247a5ed4c9
parent9408430ecb6b90ff9d18793d70049c891f418152
Redo the BUILD_MAP code to not depend on libunicode. Now it only generates

* camel-charset-map.c: Redo the BUILD_MAP code to not depend on
libunicode. Now it only generates a map of "popular" 8bit
encodings. (It's not worthwhile to support obscure encodings,
because any mailer that supports them will support UTF8 too. And
Chinese and Japanese use mostly the same UTF8 characters so you
need to decide between those encodings based on the locale or
the charset of the message you're replying to or the input
method you used. So this is sufficient for camel_charset_best's
use.)

* camel-charset-map-private.h: Regenerated.

* camel.c (camel_shutdown): Move #ifdefs around to prevent a
warning.
camel/ChangeLog
camel/camel-charset-map-private.h
camel/camel-charset-map.c
camel/camel.c