Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- LiveCD(USB)
- calculator
- SSH
- MS Windows PE
- webhard
- Crack(Serial Key)
- Update
- OS(operating system)
- UNIX
- FTP
- program
- H/W
- Windows 10
- explorer
- 대항해시대
- game
- Command
- network
- apm
- portable
- Disk Partition
- MS windows
- Network Info(Tool)
- Linux
- Backup(Restore)
- PC
- Programming
- javascript
- web
- script
Archives
- Today
- Total
<In Story>
iconv를 이용한 EUC-KR 을 UTF-8로 인코딩 변환하기 // [Unix] [Linux] [Programming] [Command] 본문
OS(operating system)/Unix, Linux
iconv를 이용한 EUC-KR 을 UTF-8로 인코딩 변환하기 // [Unix] [Linux] [Programming] [Command]
<In Story, Hi story, History> 2015. 6. 21. 15:42http://ra2kstar.tistory.com/40
윈도우 환경인 Eclpose 에서 JAVA로 코딩을 하고 UNIX로 파일을 옮겨서 데이터를 읽었는데
깨지는 한글이 존재했다.
인코딩 형식도 맞춰줬는데 왜그렇지?
혹시나 싶어서 UNIX에서 인코딩을 다시 변경해보기로 했다.
iconv 사용법
iconv는 character set을 변경해 준다.
iconv -f 변경전CharacterSet -t 변경후CharacterSet 대상파일 > 저장파일
iconv -f utf8 -t euckr test.txt > test2.txt
'OS(operating system) > Unix, Linux' 카테고리의 다른 글
우분투 서버에 최소 GUI 적용하기(데스크탑 최소 설치) // [OS] [Linux] [Ubuntu] (0) | 2016.01.27 |
---|---|
데비안 리눅스로 구축하는 가벼운 데스크탑 환경 1강 ~ 22강 // [OS] [Linux] [Debian] (0) | 2015.07.10 |
Linux SSH root 계정 로그인 막기 // [OS] [Linux] [SSH] [Network] (0) | 2015.06.06 |
리눅스 입문 추천 도서 // [OS] [Linux] [Book] (0) | 2015.05.30 |
Linux Distributions Info site, 리눅스 배포판 정보(순위) // [OS] [Linux] [Web] (0) | 2015.05.30 |
리눅스 관리자가 알아두어야할 50가지 // [OS] [Linux] [Web] [Network] [Command] (0) | 2015.05.26 |
/bin/false, /sbin/nologin 의 차이점 // [OS] [Linux] [Command] (0) | 2015.05.17 |
리눅스 디스크 관리 fdisk 사용법2 // [OS] [Linux] [Command] [Disk Partition] (0) | 2015.05.05 |
리눅스 디스크 관리 fdisk 사용법 // [OS] [Linux] [Command] [Disk Partition] (0) | 2015.05.05 |
리눅스에서 NTFS 포맷하기 // [OS] [Linux] [Command] [Program] [Disk Partition] (0) | 2015.05.05 |