3
UTF8이 아닌 인코딩 된 텍스트 파일 열기
때로는 EUC-KR로 인코딩 된 텍스트 파일을 열어야합니다. man gedit 제공합니다 : --encoding Set the character encoding to be used for opening the files listed on the command line. 원하는 인코딩으로 특정 파일을 여는 데 사용할 수 있습니다. gedit --encoding euc-kr readme.txt 그러나 각 파일을 열려면 비슷한 명령을 입력해야합니다. iconv파일을 실행할 …