티스토리 뷰

공부

[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

'공부' 카테고리의 다른 글

[SQL] `!=` Doesn't include NULL  (0) 2020.01.18
[Hive] Alter Table Column Type  (0) 2020.01.18
[FTP] command  (0) 2019.12.22
[SQL] Count by condition  (0) 2019.12.22
[JS] VueJS bind scroll event  (0) 2019.12.22
댓글