El titulo lo dice todo, por defecto se crean en ANSI, haciendo lo siguiente se crearan en UTF-8 pero solo desde el menú contextual ya que desde el bloc de notas sera necesario cambiar la codificación a mano en el momento de guardar.
- Right click on Desktop, then choose New > Text Document
- A text file
New Text Document.txt
is created. Don’t type anything and open it. - Go to File > Save As… and choose UTF-8 under
Encoding:
, pressSave
and overwrite the existing file. Close the file. - Rename
New Text Document.txt
toTXTUTF-8.txt
- Copy
"TXTUTF-8.txt"
toC:\WINDOWS\SHELLNEW
- Go to
Start > Run...
and typeregedit
and press ok - Navigate to
HKEY_CLASSES_ROOT\.txt\ShellNew
- Right click in the right window > New >
String Value
and rename it toFileName
- Double click on
FileName
and putTXTUTF-8.txt
intoValue data:
field and press ok
Fuente: https://superuser.com/questions/557023/changing-the-default-ansi-to-utf-8-in-notepad
Probado en Windows 10