Bug 128783

Summary: mendex.1.gz is japanese manpage, but not installed ja/man1 directory
Product: [Fedora] Fedora Reporter: Hisaya FUKUMOTO <fukumoto>
Component: tetexAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: fedora-ja-list
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.0.2-19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-03 11:33:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hisaya FUKUMOTO 2004-07-29 15:29:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.6) Gecko/20040627

Description of problem:
'mendex.1.gz' is japanese manpage, but not installed ja/man1 directory.
And it's file encoded EUC-JP charset (need to convert UTF-8 charset).


Version-Release number of selected component (if applicable):
tetex-2.0.2-13

How reproducible:
Always

Steps to Reproduce:
1.export LANG=ja_JP.UTF-8
2.man 1 mendex
3.mv /usr/share/man/man1/mendex.1.gz /usr/share/man/ja/man1
4.export LANG=ja_JP.UTF-8
5.man 1 mendex

Actual Results:  displayed unreadable characters.

Expected Results:
iconv -f euc-jp -t utf-8 mendex.1 -o mendex.1.utf8
install mendex.1.utf8 to /usr/share/man/ja/man1


Additional info:

Comment 1 Hisaya FUKUMOTO 2004-07-29 15:35:10 UTC
Reproduce step 1 is mistake.
'export LANG=en_US.UTF-8' is correct.


Comment 2 Tim Waugh 2004-07-29 17:34:52 UTC
Thanks.  Fixed in CVS.