Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I get Emacs to display Smartquotes, the Euro symbol and other Microsoft additions to the ISO-8859 character sets?

0
Posted

How do I get Emacs to display Smartquotes, the Euro symbol and other Microsoft additions to the ISO-8859 character sets?

0

There are two ways to do this: The “correct” way, using Emacs’s built-in multilingual support, and the “easy” way, bypassing the multilingual support. The correct way requires an additional elisp package ms-latn-ex.el, which defines a new character-set called `latin-extra’. After loading ms-latn-ex, you need to explicitly tell Emacs to use `latin-extra’ via the set-buffer-file-coding-system, or set-default-coding-systems functions. The easy way may cause problems with the display of some languages, so you can use the following in your .

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123