[cvs] bogofilter/src convert_unicode.c,1.5,1.6

Matthias Andree matthias.andree at gmx.de
Mon Jun 20 10:32:38 CEST 2005


David Relson <relson at osagesoftware.com> writes:

> Perhaps we'd do better if we disable translation when iconv_open()
> rejects the character set ???

Questionable. UTF-8 on the output side is wrong no matter what - if we
don't do this, and store unconverted data, we have both UTF-8 data and
junk in the database. We'd better print "cannot convert input character
set..." and ignore the message.

-- 
Matthias Andree



More information about the bogofilter-dev mailing list