[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Man pages are going crazy



Hi

I have a Debian Sarge 2.6.11 kernel Vaio Picturebook, and I added Japanese 
support by adding this to my Xsession file

export LANGUAGE=en
export LINGUAS=en
#export LC_CTYPE=ja_JP    # May break certain things like window maker; 
untested
export LC_TIME=C         # Format time as English
export LC_NUMERIC=C      # Format numbers as English
export LC_MESSAGES=C     # Output messages in English
export LC_COLLATE=ja_JP  # Do sorting and collating of characters as Japanese
export LANG=ja_JP        # Use Japanese for all others

export XMODIFIERS="@im=kinput2"
kinput2 -canna &
xmodmap -e 'keycode 49 = Kanji'

SInce I have done this, my Man pages will not work anymore. What can I do to 
get them back?

Here is the error I get when I try to read man pages

ben@vaio:~$ man man
Reformatting man(1), please wait...
invalid charset name
man: command exited with status 256: /usr/bin/zsoelim /tmp/zmanfSRURp 
| /usr/bin/tbl | /usr/bin/nroff -mandoc -Tascii8 | iconv -c -f ISO-8859-1 -t 
EUC-JP | exec /usr/bin/pager -s

Thanks

Ben



Reply to: