Bug 542404 - Wrong russian interface charset
Summary: Wrong russian interface charset
Keywords:
Status: CLOSED DUPLICATE of bug 477920
Alias: None
Product: Fedora
Classification: Fedora
Component: grip
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Adrian Reber
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-29 17:24 UTC by Sergei LITVINENKO
Modified: 2009-11-29 18:19 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-11-29 18:19:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sergei LITVINENKO 2009-11-29 17:24:31 UTC
Description of problem:
wrong russian interface charset

Version-Release number of selected component (if applicable):
grip-3.2.0-28

How reproducible:
100%

Steps to Reproduce:
1. export LC_ALL=ru_RU.UTF-8
2. export LANG=ru_RU.UTF-8
3. grip
  
Actual results:
interface is not applicable (wrong charset)

Expected results:
correct charset

Additional info:
File "ru.po" is in koi8-r charset. Grip convert koi8-r to utf-8 on fly.
Maybe it is because header of ru.mo contain right encoding information.
-----------------------------------------------------------------
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n"
-----------------------------------------------------------------
So, it is neccessary to exclude ru.po from recoding into utf-8.

grip.spec
---------------------------------------------
...
# convert non utf8 .po files to utf8
# to fix #456721 (Grip silently crahses on F8)
pushd po
- for i in es.po pt_BR.po ru.po; do
+ for i in es.po pt_BR.po; do

Comment 1 Adrian Reber 2009-11-29 18:19:43 UTC
Sounds like #477920. Closing as duplicate. Should be fixed with the next update push.

*** This bug has been marked as a duplicate of bug 477920 ***


Note You need to log in before you can comment on or make changes to this bug.