From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: Russian letters Date: Thu, 6 Jul 2006 18:56:54 +0300 Message-ID: <200607061856.54918.pogonyshev@gmx.net> References: <200607052110.21816.pogonyshev@gmx.net> <200607060121.26289.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152202211 4591 80.91.229.2 (6 Jul 2006 16:10:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Jul 2006 16:10:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 06 18:10:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FyWPm-00026e-FT for ged-emacs-devel@m.gmane.org; Thu, 06 Jul 2006 18:09:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyWPm-0000pc-0I for ged-emacs-devel@m.gmane.org; Thu, 06 Jul 2006 12:09:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyWNV-0008CK-RM for emacs-devel@gnu.org; Thu, 06 Jul 2006 12:06:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyWNT-0008AR-Ka for emacs-devel@gnu.org; Thu, 06 Jul 2006 12:06:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyWNT-0008A4-E3 for emacs-devel@gnu.org; Thu, 06 Jul 2006 12:06:55 -0400 Original-Received: from [213.165.64.21] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FyWNg-00048c-Mh for emacs-devel@gnu.org; Thu, 06 Jul 2006 12:07:09 -0400 Original-Received: (qmail invoked by alias); 06 Jul 2006 16:06:53 -0000 Original-Received: from unknown (EHLO [194.158.222.33]) [194.158.222.33] by mail.gmx.net (mp028) with SMTP; 06 Jul 2006 18:06:53 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org, Eli Zaretskii User-Agent: KMail/1.7.2 In-Reply-To: Content-Disposition: inline X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:56643 Archived-At: Eli Zaretskii wrote: > > From: Paul Pogonyshev > > Date: Thu, 6 Jul 2006 01:21:26 +0300 > > Cc: Andreas Schwab > > > > > Anyway, as documented, unify-8859-on-decoding-mode can only map to > > > `iso-latin-1' and `mule-unicode-0100-24ff'. > > > > That's fine, but if the same characters read from file and typed from > > keyboard are different in a buffer, that's nothing else than a bug. > > What was the file's encoding? UTF-8. > Does it help to play with the value of utf-fragment-on-decoding? Not really. Nothing seems to change and the result of `describe-char' are identical. Paul