How to "save with encoding"

madzohan picture madzohan · Oct 18, 2015 · Viewed 9.5k times · Source

I have csv file in UTF-8 and I want to save it in Cyrillic (Windows 1251) ... in Atom I found only - reopen with encoding ctrl+shift+u

In Sublime Text 3 there is "File -> Save with Encoding" - is there any alternatives in Atom ?

Answer

manavi picture manavi · Apr 11, 2017

Another option, without using any plugin: cut all text from file, then switch to the target encoding (Ctrl-Shift-U) in an empty editor and paste the text back.

As seen in https://github.com/atom/encoding-selector/issues/7#issuecomment-274257654