Bug 165958 - uninterpreted utf8 in the menu items
Summary: uninterpreted utf8 in the menu items
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kdbg
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-15 10:29 UTC by Andy Shevchenko
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-08-15 10:40:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Andy Shevchenko 2005-08-15 10:29:28 UTC
Description of problem:
Kdbg was built with incorrect charset in the PO file. In result we have 
uninterpreted UTF-8 in the UTF-8 locale in menu items (I tested in russian 
environment).

Version-Release number of selected component (if applicable):
FC3/FC4 last official packages.

How reproducible:
Just run in ru_RU.UTF-8 environment.

Additional info:
Following lines in the spec fixes described issue: 
%prep
...
pushd po > /dev/null
sed -e 's,Content-Type: *text/plain; *charset=.*\\n,Content-Type: text/plain; 
charset=UTF-8\\n,g' ru.po > ru.po.sed
mv -f ru.po.sed ru.po
popd > /dev/null
...

%build
...

Comment 1 Than Ngo 2005-08-15 10:40:07 UTC
it's already fixed in kdbg-2.0.0 in rawhide. I will add new version in fc4 updates
soon. Thanks for your report.

Comment 2 Andy Shevchenko 2005-08-15 10:45:12 UTC
FC3 need to be updated also if it possible.

Thank you.


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