From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: Special characters (PHP) Date: Sun, 02 Dec 2007 17:51:26 +0100 Message-ID: <4752E28E.50501@gmail.com> References: <1e0bd17f-3fb7-4718-9503-d83223410409@s36g2000prg.googlegroups.com> <5d3d957c-7666-4f37-ac02-484d44cbdfae@p69g2000hsa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1196614318 28988 80.91.229.12 (2 Dec 2007 16:51:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 16:51:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Defacta Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 02 17:52:07 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 1Iys32-0003Mc-6T for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 17:52:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iys2l-0000FF-Nr for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 11:51:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iys2U-0000Cr-MZ for help-gnu-emacs@gnu.org; Sun, 02 Dec 2007 11:51:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iys2S-000095-8Z for help-gnu-emacs@gnu.org; Sun, 02 Dec 2007 11:51:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iys2S-00008y-1F for help-gnu-emacs@gnu.org; Sun, 02 Dec 2007 11:51:28 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iys2R-0003I1-Pz for help-gnu-emacs@gnu.org; Sun, 02 Dec 2007 11:51:28 -0500 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:63345 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Iys2P-0005Nz-4K; Sun, 02 Dec 2007 17:51:25 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <5d3d957c-7666-4f37-ac02-484d44cbdfae@p69g2000hsa.googlegroups.com> X-Antivirus: avast! (VPS 071202-0, 2007-12-02), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1Iys2P-0005Nz-4K. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Iys2P-0005Nz-4K b5804e6ac18051848c6ea52fd3c9598c X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:49777 Archived-At: Defacta wrote: > On 2 déc, 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�connecter" instead of "Se déconnecter". >>> 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 "é" >>> 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=UTF-8 > > How can I set UFT-8 as charset in Emacs ? An nxml-mode derivate will do it for you.