* Note that this works with emacs 22.2 windows version.
- Load a document
- M-x mm-set-buffer-file-coding-system
- Select language type (For example, euc-kr or utf-8)
- Check the buffer encoding type
- Sava a document by C-x s or M-x write-file
Make sure that “(setq coding-system-for-write ‘utf-8)” should not be set in .emacs. If that, it will write it utf-8 always.