From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Defacta Newsgroups: gmane.emacs.help Subject: Re: Special characters (PHP) Date: Sun, 2 Dec 2007 07:54:02 -0800 (PST) Organization: http://groups.google.com Message-ID: <5d3d957c-7666-4f37-ac02-484d44cbdfae@p69g2000hsa.googlegroups.com> References: <1e0bd17f-3fb7-4718-9503-d83223410409@s36g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1196613641 27054 80.91.229.12 (2 Dec 2007 16:40:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 16:40:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 02 17:40:50 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iyrs8-0008PB-Hl for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 17:40:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iyrrs-0003Tk-GB for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 11:40:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!p69g2000hsa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 77.216.206.158 Original-X-Trace: posting.google.com 1196610842 18361 127.0.0.1 (2 Dec 2007 15:54:02 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 2 Dec 2007 15:54:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p69g2000hsa.googlegroups.com; posting-host=77.216.206.158; posting-account=uOpIEQoAAABQV8VXB3Hr-t8WjKE0lAE1 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Content-Disposition: inline Original-Xref: shelby.stanford.edu gnu.emacs.help:154345 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49775 Archived-At: On 2 d=C3=A9c, 15:09, "Lennart Borgman (gmail)" wrote: > Defacta wrote: > > Hi ! > > > When I code using php-mode the result of special characters are for > > example: > > "Se d=EF=BF=BDconnecter" instead of "Se d=C3=A9connecter". > > > Do you know what I should do to be able to use emacs with special > > characters not to have to use stuff like: "é" for the "=C3=A9" > > > Thanks, > > Vincent. > > There are several ways to take care of this I believe. One is using some > derivative of nxml-mode when editing php files. See nXhtml for one. Actually, in the html tag there is: charset=3DUTF-8 How can I set UFT-8 as charset in Emacs ? Thanks, Vincent.