
ruz at bestpractical
Jul 3, 2012, 7:32 AM
Post #2 of 5
(497 views)
Permalink
|
|
Re: problem with attachment filename and umlauts
[In reply to]
|
|
Hi, Upgrade MIME::Entity module to the latest version. A bug was fixed there that is relevant. May be 3.8.x would need backport of a patch from 4.0, but try upgrading the module first and return back with results. On Fri, Jun 22, 2012 at 4:47 PM, Christian Loos <cloos [at] netcologne> wrote: > Hi, > > if I upload an attachment with the name "test äöüÄÖÜ.txt" it > ends ab wrong encoded in the DB. > The DB shows as filename "test äöü▒?▒?▒?.txt". > > If I send an utf-8 encoded email with this attachment > the DB filename is correct "test äöüÄÖÜ.txt". > > If I send an iso-8859-1 encoded email with this attachment the > DB filename is truncated to "test". > > DB: MySQL 5.1.63 > RT: 3.8.13 > > Before the upgrade from RT 3.8.6 to 3.8.13 we didn't had the problem. > > Chris > -------- > List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel -- Best regards, Ruslan. -------- List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
|