Description of problem: nkf command`s manpage has got garbled in nkf-2.1.3 . Version-Release number of selected component (if applicable): nkf-2.1.3-1.fc19.x86_64 (At least, nkf version 2.1.2-7`s manpage works fine.) How reproducible: Following command below. Steps to Reproduce: 1. $ LC_MESSAGES=ja_JP.utf8 man nkf Actual results: nkf(1) nkf(1) NAME nkf - XXXXXXXXXXXXXXXXXX (snip) Expected results: nkf(1) nkf(1) NAME nkf - ネットワーク用漢字コード変換フィルタ (snip) Additional info: I reported this problem to upstream team (http://sourceforge.jp/ticket/browse.php?group_id=248&tid=32546).
Hi, Upstream team said 'It fixed.' on Dec 16 2013.
Created attachment 841260 [details] bz#1039359 (nkf-bug#32546) patch I don`t have commit rights for Fedora-nkf-repository, So I can not - execute 'git push' command. Anybody else Developer? Could you please accept this pull-request ? Create nkf.1j patch as nkf-2.1.3-nkf-bug-32546.patch: $ cd my-upstream-clone-dir $ git diff HEAD^..HEAD -- nkf.1j > ~/nkf-2.1.3-nkf-bug-32546.patch $ Diff: $ git format-patch origin/master 0001-Fix-nkf-s-manpage-got-garbled.-1039359.patch $ Patch: $ cd your-local-fedora-nkf-gitclone-dir $ git am 0001-Fix-nkf-s-manpage-got-garbled.-1039359.patch Applying: - Fix nkf`s manpage got garbled. (#1039359) $ Note: I ignored 'man/make_doc.sh' file because it is NOT contains 'nkf-2.1.3.tar.gz' tar-ball. upstream site: http://sourceforge.jp/ticket/browse.php?group_id=248&tid=32546 upstream site: http://git.sourceforge.jp/view?p=nkf/nkf.git;a=patch;h=c778b37ecf951d50195768deea665a3ebc9f9af6
Dear nfk package maintainer Could you kindly have a look at this bug, and accept the patch to fix the issue for Japanese?
nkf-2.1.3-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/nkf-2.1.3-2.fc20
nkf-2.1.3-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/nkf-2.1.3-2.fc19
Package nkf-2.1.3-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing nkf-2.1.3-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-0898/nkf-2.1.3-2.fc20 then log in and leave karma (feedback).
nkf-2.1.3-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.
nkf-2.1.3-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
Now, ja-manpage works fine for me! Thanks noriko-san and tagoh-san.