https://bugzilla.novell.com/show_bug.cgi?id=230030 ------- Comment #9 from mfabian@novell.com 2007-01-02 10:13 MST ------- Concering the problem in ru_RU.UTF-8, cs_CZ.UTF-8, ...: The "man" package has been updated between SUSE Linux 10.1 and openSUSE 10.2. Now "man" adds a "iconv" command to the pipeline used: mfabian@magellan:~$ locale LANG=ru_RU.UTF-8 LC_CTYPE="ru_RU.UTF-8" LC_NUMERIC="ru_RU.UTF-8" LC_TIME="ru_RU.UTF-8" LC_COLLATE="ru_RU.UTF-8" LC_MONETARY="ru_RU.UTF-8" LC_MESSAGES="ru_RU.UTF-8" LC_PAPER="ru_RU.UTF-8" LC_NAME="ru_RU.UTF-8" LC_ADDRESS="ru_RU.UTF-8" LC_TELEPHONE="ru_RU.UTF-8" LC_MEASUREMENT="ru_RU.UTF-8" LC_IDENTIFICATION="ru_RU.UTF-8" LC_ALL= mfabian@magellan:~$ man -d ls 2>&1 | grep pipeline Starting pipeline: /usr/bin/zsoelim /usr/share/man/ru/man1/ls.1 | /usr/bin/tbl | /usr/bin/nroff -mandocdb -Tascii8 | iconv -c -f KOI8-R -t UTF-8 | /usr/bin/col -b -p -x | less [input: 0, output: 0] mfabian@magellan:~$ "man" in SUSE Linux 10.1 did not do that. Therefore, I had a hack in /usr/bin/nroff to add such a call to iconv to make it work for Russian and Czech in UTF-8. But now there are 2 calls to iconv because "man" adds another one and we get the conversion twice which of course results in garbage output. This can be fixed by removing my hack for these languages from /usr/bin/nroff. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.