'한글 깨짐'에 해당되는 글 4건
- 2011.10.07 Trac 소스 브라우저에서 한글이 깨지는 경우
- 2011.10.07 putty에서 복사한 한글이 깨짐
- 2011.09.07 에디터플러스 출력창 한글 깨짐
- 2010.05.13 [Unix] locale
- Trac 소스 브라우저에서 한글이 깨지는 경우
- 日常茶飯事
- 2011. 10. 7. 16:13
- putty에서 복사한 한글이 깨짐
- 雜동사니
- 2011. 10. 7. 06:00
화면에서는 한글이 잘 보이는데 복사해서 붙여넣기를 해보면 한글이 깨진다.
현재 사용중인 글꼴은 Courier New인데 스크립트에 한글은 표시되지 않는다.
- 다른 글꼴을 지정하기 위해 제어판에서 글꼴을 열어서 표시되게 한다.
- 에디터플러스 출력창 한글 깨짐
- 雜동사니
- 2011. 9. 7. 02:28
기본 설정 - 일반 - 글꼴 - 출력창
글꼴은 Courier New, 언어는 Western이라고 되어 있다.
언어를 Greek으로 설정하면 제대로 보임.
출처 : http://smartweb.tistory.com/202
글꼴은 Courier New, 언어는 Western이라고 되어 있다.
언어를 Greek으로 설정하면 제대로 보임.
출처 : http://smartweb.tistory.com/202
- [Unix] locale
- 日常茶飯事
- 2010. 5. 13. 19:00
- 환경 : 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 무제한-사용자 라이센스
# 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 무제한-사용자 라이센스
Recent comment