As the title says:
Which encoding do I have to choose in emacs long list of encodings (accessible via e.g., change for saving file: C-x RET f
), that it matches ansinew
in LaTeX as given by:
\usepackage[ansinew]{inputenc}
In inputenc
manual you can read
ansinew
Windows 3.1 ANSI encoding, extension of Latin-1 (synonym forcp1252
).
In Emacs cp1252
is an alias of windows-1252
, so you can use both of them.