Bug 72592 - man and internationalization
Summary: man and internationalization
Keywords:
Status: CLOSED DUPLICATE of bug 71130
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: man
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Eido Inoue
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks: 67218 79579
TreeView+ depends on / blocked
 
Reported: 2002-08-25 22:02 UTC by Michal Jaegermann
Modified: 2007-04-18 16:46 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-21 18:49:30 UTC
Embargoed:


Attachments (Terms of Use)

Description Michal Jaegermann 2002-08-25 22:02:35 UTC
Description of Problem:

After installing packages 'man-pages-pl' and 'man-pages-ru'  I tried few
experiments. With pages which actually exist in a given language version
and using commands like

( env LANG=pl_PL man sort )
( env LANG=ru_RU man cp )

I got results which ranged between mangled and ridiculously unreadable.
OTOH correcting that to:

( env LANG=pl_PL man sort | iconv -f latin2  | less -isr)
( env LANG=ru_RU man cp | iconv -f koi8  | less -isr)

I got on a console what was actually expected.  Does this has anything to
do with options to nroff (see #72598)?

Curiously enough '( env LANG=pl_PL man sort | iconv -f latin2  | less -isr)'
displays correctly also in a gnome-terminal window where without 'iconv'
an output is garbled in not a very funny way.  No such luck there with Russian
version which is beyond anything even remotely readable even when "Russian"
session is started.  I guess that the later is caused by fonts which miss
pieces in a required encoding but current way of doing things makes this
information unavailable and a setup extremely confusing.

Comment 1 Tim Waugh 2003-02-06 10:41:04 UTC
Please re-test the current rawhide versions of groff and less, in which several
bugs in this area have been fixed.

Comment 2 Jay Turner 2003-02-07 13:25:00 UTC

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

Comment 3 Red Hat Bugzilla 2006-02-21 18:49:30 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


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