Closed cgrandin closed 6 years ago
Solved before I even made the issue
For the record, when using Xemacs add this to your .emacs file:
;; From https://gist.github.com/billdozr/3679559
;; =============================================================================
;; Unicode
;; =============================================================================
(message "Setting UTF-8 encoding")
(prefer-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(setq default-buffer-file-coding-system 'utf-8)
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
Worked for me. Inuktitut characters show up also.
Thanks for that Andy. My emacs looks good again :)
Each person that edits the file changes the encoding (unknowingly). The terms.csv file.