You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tcsh garbles characters when eucJP encoding is used.
$ LANG=ja_JP.eucJP LC_ALL=ja_JP.eucJP tcsh
tcsh $ unknown_command
unknown_command: <garbled_characters>.
Note that it works when UTF-8 encoding is used instead.
$ LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8 tcsh
tcsh $ unknown_command
unknown_command: コマンドが見つかりません.
I got the same results on Solaris and Linux with tcsh 6.22.02 installed.
It looks like that only UTF-8 is considered in NLSClassify function (commit 4b12ecb).
Thank you for your help and feedback.
The text was updated successfully, but these errors were encountered:
Afterwards, you can run the following command to see garbled characters:
LANG=ja_JP.eucJP LC_ALL=ja_JP.eucJP tcsh
tcsh $ unknown_command
unknown_command: <garbled_characters>.
tcsh garbles characters when eucJP encoding is used.
$ LANG=ja_JP.eucJP LC_ALL=ja_JP.eucJP tcsh
tcsh $ unknown_command
unknown_command: <garbled_characters>.
Note that it works when UTF-8 encoding is used instead.
$ LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8 tcsh
tcsh $ unknown_command
unknown_command: コマンドが見つかりません.
I got the same results on Solaris and Linux with tcsh 6.22.02 installed.
It looks like that only UTF-8 is considered in NLSClassify function (commit 4b12ecb).
Thank you for your help and feedback.
The text was updated successfully, but these errors were encountered: