mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
In your .cshrc file, add the following to set up your "locale":
|
|
|
|
setenv LC_CTYPE en_US.utf8
|
|
setenv LC_COLLATE POSIX
|
|
|
|
For more information about these environment variables, type% man locale
|
|
(and be sure to source it ).
|