'locale'에 해당되는 글 1

  1. 2010.05.13 [Unix] locale

[Unix] locale

- 환경 : KC 프로젝트#운영계1

//LANG=ko_KR.utf8
# export LANG=ko_KR //ko, euc-kr로 해도 한글 깨짐
# uname -a

Warning! One or more of your selected locales are not available.
Please invoke the commands "locale" and "locale -a" to verify your
selections and the available locales.

Continuing processing using the "C" locale.

HP-UX biz1 B.11.31 U ia64 1745865420 unlimited-user license
# locale

Warning! One or more of your selected locales are not available.
Please invoke the commands "locale" and "locale -a" to verify your
selections and the available locales.

Continuing processing using the "C" locale.

LANG=ko_KR
LC_CTYPE="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=
# locale -a

Warning! One or more of your selected locales are not available.
Please invoke the commands "locale" and "locale -a" to verify your
selections and the available locales.

Continuing processing using the "C" locale.

C
POSIX
C.iso88591
C.iso885915
C.utf8
univ.utf8
ar_DZ.arabic8
ar_DZ.utf8
...
ja_JP.utf8
ko_KR.eucKR
ko_KR.utf8
no_NO.iso88591
...
# export LANG=ko_KR.eucKR
# uname -a
HP-UX biz1 B.11.31 U ia64 1745865420 무제한-사용자 라이센스