From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?VGltIEjDpHJpbmc=?= Newsgroups: gmane.emacs.help Subject: umlaute not recognized Date: Sun, 19 Dec 2010 19:52:39 +0100 Message-ID: <4D0E5477.9030608@gmx.net> 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: dough.gmane.org 1292785568 22935 80.91.229.12 (19 Dec 2010 19:06:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Dec 2010 19:06:08 +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 19 20:06:04 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 1PUOa2-0007fj-6p for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Dec 2010 20:06:02 +0100 Original-Received: from localhost ([127.0.0.1]:44797 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUOa1-0002M0-NV for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Dec 2010 14:06:01 -0500 Original-Received: from [140.186.70.92] (port=36674 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUONF-0005tv-UI for help-gnu-emacs@gnu.org; Sun, 19 Dec 2010 13:52:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUONE-00035c-K4 for help-gnu-emacs@gnu.org; Sun, 19 Dec 2010 13:52:49 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:35295 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PUONE-00035Y-1f for help-gnu-emacs@gnu.org; Sun, 19 Dec 2010 13:52:48 -0500 Original-Received: (qmail invoked by alias); 19 Dec 2010 18:52:45 -0000 Original-Received: from p549A1CF3.dip0.t-ipconnect.de (EHLO [192.168.178.27]) [84.154.28.243] by mail.gmx.net (mp065) with SMTP; 19 Dec 2010 19:52:45 +0100 X-Authenticated: #51136743 X-Provags-ID: V01U2FsdGVkX186pWooQLA6aWVot7ygqCFg50RYUfH+5jHnEkKclk olibFJeBtnShDI User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Sun, 19 Dec 2010 14:03:28 -0500 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:77681 Archived-At: Hello, I have a problem with german "Umlaute" like ä, ö or ü in emacs. If I write a text-file in e.g. gedit like the following: Hällöle and open it with emacs I get the following: hällöle Don`t know what the problem is. Becaus it is no problem to write Umlaute in the buffer. If I modify my file to hällöle äää and save it with C-c C-s, exit emacs with C-x C-c, open emacs again and load my file, the Umlaute in the second row were correctly displayed. I am relatively new to Linux und Emacs. So maybe the problem is very trivial. I am using GNU Emacs 23.1.1 under Ubuntu 10.10. I installed emacs using apt-get install emacs Thanks for every hint. TIM