27 October 2010 09:15
UTF-8 Setup Mini HOWTO
(via)evaluating
(require 'un-define) (set-coding-priority-list '(utf-8)) (set-coding-category-system 'utf-8 'utf-8)
in the scratch buffer before opening the UTF-8 document was sufficient. RAW documents remained RAW, afaik.
1
(1 marks)