nkf 를 이용해 인코딩 확인하기 > 개발자팁

개발자팁

개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.

nkf 를 이용해 인코딩 확인하기 정보

Linux nkf 를 이용해 인코딩 확인하기

본문

 
 
test os : 
[root@oracle ~]# lsb_release -id
Distributor ID: CentOS
Description:    CentOS release 5.5 (Final)
 
 
아래 패키지 설치 
nkf.i386 : A Kanji code conversion filter.
 
[root@oracle ~]# yum -y install nkf
 
 
 
사용법:
 
[root@oracle ~]# nkf --guess file1.c 
ASCII
 
 
[root@oracle ~]# nkf --guess test.txt 
UTF-8
 
 
 -g  --guess       Guess the input code
 
 
 
 
 
추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로