trick/trick_sims/SIM_sun/README
2015-02-26 09:02:31 -06:00

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 ).