Question

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}
Était-ce utile?

La solution

In inputenc manual you can read

ansinew Windows 3.1 ANSI encoding, extension of Latin-1 (synonym for cp1252).

In Emacs cp1252 is an alias of windows-1252, so you can use both of them.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top