공부

[Linux] Encoding 깨질때

승가비 2020. 1. 18. 18:04
728x90

### Linux
export LANG="en_US.UTF-8"

### vi
set fileencodings=utf-8
set encoding=utf-8

### cat & grep
cat textfile | iconv -f euckr -t utf8

728x90