On Mon, 18 Jul 2005 15:15:28 +0200, Peter Gervai <[EMAIL PROTECTED]> wrote:
Main reason is my old patch which uses EmailCharsetForced setting to create 8859-2 emails while using utf-8 interface.
Something pretty similar patch attached for beta4. Header encoding (which was reported somewhere in bugzilla) seems to be screwed due to a weirdness in OTRS (seems to give iso-8859-x encoded string to MIME::Words) and MIME::Words itself (seems to ignore source encoding, and ignore some utf8 sequences in encoding process); my patch does not touch that, so it stays broken (I didn't have the time to figure out what changes utf-8 encoded subject line to 8859-1 or -2 for mime::words which screws it up then based on wrong encoding). Patch uses global config EmailForcedCharset, plus the already posted UniString (renamed to a more proper UniStringEnc) in the Kernel root (to make it easier for me to upgrade otrs :); could be moved anywhere later.) Works For Me(tm). Th-th-th-that's all folks! Peter -- Now using M2, Opera's e-mail client: http://www.opera.com/m2/
email.utf8.patch
Description: Binary data
_______________________________________________ OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
