From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Russian letters Date: Thu, 06 Jul 2006 23:12:48 +0300 Message-ID: References: <200607052110.21816.pogonyshev@gmx.net> <200607060121.26289.pogonyshev@gmx.net> <200607061856.54918.pogonyshev@gmx.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1152216798 25632 80.91.229.2 (6 Jul 2006 20:13:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Jul 2006 20:13:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 06 22:13:17 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 1FyaDi-000191-NZ for ged-emacs-devel@m.gmane.org; Thu, 06 Jul 2006 22:13:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyaDh-0007pC-UO for ged-emacs-devel@m.gmane.org; Thu, 06 Jul 2006 16:13:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyaDV-0007p7-J6 for emacs-devel@gnu.org; Thu, 06 Jul 2006 16:12:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyaDT-0007ou-1z for emacs-devel@gnu.org; Thu, 06 Jul 2006 16:12:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyaDS-0007on-VB for emacs-devel@gnu.org; Thu, 06 Jul 2006 16:12:50 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyaDi-00085P-VV for emacs-devel@gnu.org; Thu, 06 Jul 2006 16:13:07 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-192-59.inter.net.il [83.130.192.59]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FDB74049 (AUTH halo1); Thu, 6 Jul 2006 23:12:49 +0300 (IDT) Original-To: Paul Pogonyshev In-reply-to: <200607061856.54918.pogonyshev@gmx.net> (message from Paul Pogonyshev on Thu, 6 Jul 2006 18:56:54 +0300) 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:56652 Archived-At: > From: Paul Pogonyshev > Date: Thu, 6 Jul 2006 18:56:54 +0300 > > 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. UTF-8 is always decoded into Unicode character set, while you originally said that characters read from a file were decoded into Cyrillic ISO character set. Which one is true?