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}
Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top