enca - character set 검출 및 변환기
Intro
Extremely Naive Charset Analyser.
설치
RHEL/CentOS 라면 epel repository 에 있으므로 다음 명령어로 손쉽게 설치할 수 있다.
yum install enca -y
사용
두가지 운영 옵션이 있다.
- -g : character set encoding 검출 모드
- -c : character set 변환 모드, 내장된 변환기를 사용하거나 libiconv, librecode 등의 외부 library 를 이용해서 변환을 수행
지원하는 언어 목록 보기
enca --list languages
문제점
- EUC-KR, CP949 같은 MultiByte 한글 인코딩을 지원하지 않는다.
Ref
- https://github.com/nijel/enca
https://gitorious.org/enca - github 로 이동함