[rt-users] RT-3.4.1 - broken localization

Igor Osin osin at smr.ru
Tue Feb 22 00:26:55 EST 2005


Linux 2.6.10 (based on Fedora Core 2), glibc-2.3.3
Apache_1.3.31 + mod_perl-1.29
MySQL-4.0.23
Perl-5.8.6
LANG=ru_RU.KOI8-R  (russian)
rt-3.4.1

Regards,
Igor

----- Original Message -----
From: "Jesse Vincent" <jesse at bestpractical.com>
To: "Igor Osin" <osin at smr.ru>
Cc: <rt-users at lists.bestpractical.com>
Sent: Tuesday, February 22, 2005 9:13 AM
Subject: Re: [rt-users] RT-3.4.1 - broken localization


>
>
>
> 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