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 15:09:05 +0100 Message-ID: <4752BC81.4080600@gmail.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; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1196604630 24766 80.91.229.12 (2 Dec 2007 14:10:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 14:10:30 +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 15:10:38 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 1IypWl-0006rZ-8V for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 15:10:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IypWV-0006EG-27 for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Dec 2007 09:10:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IypVY-0005un-Rd for help-gnu-emacs@gnu.org; Sun, 02 Dec 2007 09:09:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IypVX-0005tv-9E for help-gnu-emacs@gnu.org; Sun, 02 Dec 2007 09:09:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IypVW-0005to-VJ for help-gnu-emacs@gnu.org; Sun, 02 Dec 2007 09:09:19 -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 1IypVW-0006fG-BG for help-gnu-emacs@gnu.org; Sun, 02 Dec 2007 09:09:18 -0500 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:63481 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1IypVR-0006ha-6G; Sun, 02 Dec 2007 15:09:14 +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: <1e0bd17f-3fb7-4718-9503-d83223410409@s36g2000prg.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 1IypVR-0006ha-6G. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IypVR-0006ha-6G 0a0e09c5e1368a0eef10d710a6218372 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:49770 Archived-At: 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.