How to change the buffer encoding system in Emacs?

I have a file in emacs in which the buffer encoding system is set to "no conversion", showing an equal sign ("=") in the mode line.

I do not know how to change this coding system.

Can anyone help?

thank

+5
source share
1 answer

I use C-x RET rone that calls a function revert-buffer-with-coding-systemfor this.

+10
source

All Articles