[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Displaying accents in lyrics Portuguese or French
From: |
Nicolas Sceaux |
Subject: |
Re: Displaying accents in lyrics Portuguese or French |
Date: |
Sun, 02 Oct 2005 13:23:44 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) |
address@hidden (Pedro Kröger) writes:
> You just to have to save the file as unicode. if you are using emacs it is
> as easy as putting this line:
>
> % -*- coding: utf-8 -*-
>
> on the top of the file.
or hitting:
C-x RET f utf-8 RET
and then saving the file.
To make utf-8 the default as soon as you add non-ASCII characters in
a buffer, put in your .emacs:
(prefer-coding-system 'utf-8)