From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: umlaute not recognized Date: Sun, 19 Dec 2010 20:51:03 +0100 Message-ID: <8CFDD7FD-C9FA-43BB-BD8A-B5BE829C0819@Web.DE> References: <4D0E5477.9030608@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1292788307 2109 80.91.229.12 (19 Dec 2010 19:51:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Dec 2010 19:51:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?ISO-8859-1?Q?Tim_H=E4ring?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 19 20:51:43 2010 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.69) (envelope-from ) id 1PUPI7-0008A2-TY for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Dec 2010 20:51:40 +0100 Original-Received: from localhost ([127.0.0.1]:39210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUPI6-0000Nm-SB for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Dec 2010 14:51:34 -0500 Original-Received: from [140.186.70.92] (port=40675 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUPHk-0000ND-IO for help-gnu-emacs@gnu.org; Sun, 19 Dec 2010 14:51:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUPHe-00080E-Pw for help-gnu-emacs@gnu.org; Sun, 19 Dec 2010 14:51:12 -0500 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:42815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUPHe-0007zu-Jo for help-gnu-emacs@gnu.org; Sun, 19 Dec 2010 14:51:06 -0500 Original-Received: from smtp05.web.de ( [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id 4DF2419019208; Sun, 19 Dec 2010 20:51:05 +0100 (CET) Original-Received: from [91.35.211.213] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (WEB.DE 4.110 #2) id 1PUPHd-00038x-00; Sun, 19 Dec 2010 20:51:05 +0100 In-Reply-To: <4D0E5477.9030608@gmx.net> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/MYO9cddPT/kT2iF+9LKiOLSkPz4N5t6l1WSG9 TTNlYlBPjaQlCW3XtfX9zn803K2HSCf2MR/Xqt3OOC7wLXkzI+ TwNCS1rb6+iVYzwMIgqQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:77683 Archived-At: Am 19.12.2010 um 19:52 schrieb Tim H=E4ring: > If I write a text-file in e.g. gedit like the following: > H=E4ll=F6le > and open it with emacs I get the following: > h=C3=A4ll=C3=B6le Make GNU Emacs open the file in UTF-8! GNU Emacs will do that =20 automatically when it finds in the environment LANG or LC_CTYPE set to =20= some *.UTF-8 value. Another option is to put into your init file: (prefer-coding-system 'utf-8) -- Mit friedvollen Gr=FC=DFen Pete You can learn many things from children. How much patience you have, =20= for instance. =96 Franklin P. Jones