From: Araki K. <j00...@ip...> - 2002-01-07 01:21:26
|
Hi, Subject: [Mlterm-dev-en] LOCALE problems From: "Scott Jonathan" <jo...@ho...> Message-ID: <F60...@ho...> Date: Sun, 06 Jan 2002 17:01:27 -0800 > I recently did an upgrade from Debain Potato 2.2 to Debian Woody 3.0. Now > my locale settings are all in disarray it seems. Could someone point me to > information on how to get it back to normal? > > "locale -a | grep ja" shows me: > ja_JP > ja_JP.ujis > japanese > japanese.euc > japanese.sjis > > There used to be a locale "ja_JP.eucJP" but it is no longer showing up. And > as a consequence, I cannot input or output Japanese in mlterm. I don't use Linux that I have no idea why ja_JP.eucJP locale lost , but does $ LC_CTYPE=ja_JP.ujis mlterm or $ export LC_CTYPE=ja_JP.ujis $ mlterm enable you to input or output Japanese ? # Encoding autodetection may fail under ja_JP.ujis locale , so -km eucjp option # or ENCOIDNG = eucjp entry in ~/.mlterm/man is recommended. In addition , even if mlterm fails to setlocale(LC_CTYPE) , it can at least output japanese with -km eucjp option(or select EUC-JP encoding from mlconfig). -- kiken j00...@ip... |