RT-3.4.1 - broken localization

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

Regards,
Igor

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.

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,
IgorFrom: “Jesse Vincent” jesse@bestpractical.com
To: “Igor Osin” osin@smr.ru
Cc: rt-users@lists.bestpractical.com
Sent: Tuesday, February 22, 2005 9:13 AM
Subject: Re: [rt-users] RT-3.4.1 - broken localization

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


The rt-users Archives

RT Administrator and Developer training is coming to your town soon!
(Boston, San Francisco, Austin, Sydney) Contact training@bestpractical.com
for details.

Be sure to check out the RT Wiki at http://wiki.bestpractical.com