UNIX environment variables for English on Japanese systems in .cshrc

The following table list the UNIX environment variables for English on Japanese systems in .cshrc.

Environment variable

Description / value

LC_ALL

*.UTF-8

LC_CTYPE

LANG

LC_COLLATE

LC_MESSAGES

These environment variables should be C (or c, as defined on the computer).

NOTE: If the C (or c) locale is not present, you can use POSIX or one of the English locales that appear in the previous table.

Set these variables by adding the following lines to the .cshrc file:

setenv LC_CTYPE C

setenv LANG C

setenv LC_COLLATE C

setenv LC_MESSAGES C

Parent Topic

East Asian (CJK) language support configuration