[rt-users] RT-3.4.1 - broken localization
Jesse Vincent
jesse at bestpractical.com
Tue Feb 22 00:13:08 EST 2005
On Tue, Feb 22, 2005 at 09:09:03AM +0400, Igor Osin wrote:
> Hi,
>
> It seems the patch "r2229 - in rt/branches/3.4-RELEASE" brokes localization
> of "Take" column in "10 newest unowned tickets" list.
> Instead of russian word "Взять" (in rt-3.4.0) one can see garbage
> "ÐзÑÑÑ" (in rt-3.4.1).
>
> Restoring of old code solves problem:
>
> - $m->out( $subcol );
> + $m->out( Encode::decode_utf8($subcol) );
And breaks it in other languages. Can you tell us more about your
environment? FastCGI with the 3.4.0 code and German breaks things.
>
> Regards,
> Igor
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> RT Administrator and Developer training is coming to your town soon! (Boston, San Francisco, Austin, Sydney) Contact training at bestpractical.com for details.
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
--
More information about the rt-users
mailing list