linux

Total 136
Today 0
profile_image
ino
03-06-04 18:04 0개 2,916회
레드햇 설치후 한글이 깨져서 나올때
vi /etc/sysconfig/i18n



LANG="en_US"



이렇게 하면 일단 영문으로 바꾸는것임



===============================================================

Solution 1: Turn off UTF-8 encoding for your user on the RedHat 8.0 machine.



In your .bash_profile, add the following lines (this is for the bash shell; if you are using a different shell, the settings may be slightly different):



LANG=en_US

SUPPORTED=en_US:en

export LANG SUPPORTED

Note: The above commands use en_US as an example; other languages can also be used.



Solution 2: Turn off UTF-8 encoding system wide on the RedHat 8.0 machine. (Note: This solution requires that you have root access.)



In the file /etc/sysconfig/i18n there is a line that reads:



LANG="en_US.UTF-8"

Change the line to read:



LANG="en_US"

댓글목록

등록된 댓글이 없습니다.