[rt-users] rt 4.0.8 and unknown charsets
Arkadiusz Miśkiewicz
arekm at maven.pl
Fri Nov 9 05:49:40 EST 2012
On Friday 09 of November 2012, Thomas Sibley wrote:
> On 11/09/2012 01:47 AM, Arkadiusz Miśkiewicz wrote:
> > iso-8859-8-i is actually valid encoding
> > (http://en.wikipedia.org/wiki/ISO-8859-8-I)
>
> Try putting this in your RT_SiteConfig.pm:
>
> use Encode;
> use Encode::Alias;
> define_alias("iso-8859-8-i" => "iso-8859-8");
>
> and then restarting RT.
That worked for this case, thanks!
Now I'm interested in more generic solution, so I won't have to play manually
with every (random) charset someone is putting :)
--
Arkadiusz Miśkiewicz, arekm / maven.pl
More information about the rt-users
mailing list