-
emacs 에서 utf-8 으로 설정하고 한글로 입력을 했습니다.
그리고, 저장을 하려고, C-x C-s 를 했더니,
다음과 같이 메시지가 나왔습니다.
These default coding systems were tried:
iso-latin-1-unix mule-utf-8
However, none of them safely encodes the target text.Select one of the following safe coding systems:
euc-kr iso-2022-kr iso-2022-jp-2 x-ctext iso-2022-7bit raw-text
emacs-mule no-conversion iso-2022-7bit-lock-ss2
ctext-no-compositions iso-2022-8bit-ss2 iso-2022-7bit-lock
iso-2022-7bit-ss2 tibetan-iso-8bit-with-esc thai-tis620-with-esc
lao-with-esc korean-iso-8bit-with-esc hebrew-iso-8bit-with-esc
greek-iso-8bit-with-esc iso-latin-9-with-esc iso-latin-8-with-esc
iso-latin-5-with-esc iso-latin-4-with-esc iso-latin-3-with-esc
iso-latin-2-with-esc iso-latin-1-with-esc
in-is13194-devanagari-with-esc cyrillic-iso-8bit-with-esc
chinese-iso-8bit-with-esc japanese-iso-8bit-with-esc
보아하니까, 아무래도 coding systems 에 utf-8 가 없는 것 같은데, 이 문제를 어떻게 해결해야 하나요?참고로 저는 emacs 초보입니다. 혹시 패키지를 인스톨해야 하는 것이라면, 어디서 어떻게 패키지를 가져와서 인스톨해야 하는지도 알려주시면, 대단히 감사하겠습니다.
감사합니다.
