How to display non-ascii in emacs? -
i looking @ text files of portuguese words in firefox, , see accented characters correctly, when download text files , open them in emacs, see n\372mero (which número), rela\347\343o (which relação), , on. needs done display words correctly in emacs?
try m-x revert-buffer-with-coding-system
. looks file in latin-1
.
Comments
Post a Comment