Skip to content

Commit

Permalink
set linux default locale to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucchi committed Mar 31, 2011
1 parent 108de5f commit 8ad35fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .cshrc
@@ -1,6 +1,6 @@
# .cshrc for FreeBSD/Solaris/Linux/(ちょっとだけ)cygwin
#
# last updated : 2011/01/13
# last updated : 2011/03/31
# modified by tsucchi

if ( "`uname`" == "SunOS" ) then
Expand All @@ -12,10 +12,10 @@ if ( "`uname`" == "Linux") then
setenv LD_LIBRARY_PATH /usr/local/lib

setenv XMODIFIERS "@im=SCIM"
setenv LC_ALL ja_JP.eucJP
setenv LC_CTYPE ja_JP.eucJP
setenv LC_MESSAGES ja_JP.eucJP
setenv LANG ja_JP.eucJP
setenv LC_ALL ja_JP.utf8
setenv LC_CTYPE ja_JP.utf8
setenv LC_MESSAGES ja_JP.utf8
setenv LANG ja_JP.utf8
setenv PAGER less

unset autocorrect
Expand Down

0 comments on commit 8ad35fb

Please sign in to comment.