Mac – How to make unicode characters visible in Emacs

emacsfontsgentoounicode

When I open a file with some UTF-8 text in it the characters show up as boxes.

I think I have a font missing, because I can safely edit these boxes and the changes will turn out correctly when I look at them in another text editor (for example from Vim in terminal).

Also at startup Emacs prints out the following warning:

Warning: no fonts matching `-*-fixed-medium-r-normal-*-16-*-*-*-*-*-iso8859-1' available [2 times]

I have tried installing several X.org font packages to my system but that doesn't seem to help.

Using GNU Emacs 22.3

Best Answer

Try and set DejaVu Sans Mono as the font. That's a font for Unicode that is normally installed by default on any Linux distribution.

Related Question