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 numero sign Date: Wed, 22 Feb 2006 21:49:40 +0200 Message-ID: <200602222149.40509.pogonyshev@gmx.net> References: <200602191431.36541.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1140830338 16647 80.91.229.2 (25 Feb 2006 01:18:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2006 01:18:58 +0000 (UTC) Cc: Benjamin Riefenstahl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 25 02:18:55 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 1FCo57-0000Lm-Lp for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2006 02:18:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCo56-0007jF-NC for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2006 20:18:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FCRR1-0001c8-TW for emacs-devel@gnu.org; Thu, 23 Feb 2006 20:07:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FCP0T-0005GE-5Q for emacs-devel@gnu.org; Thu, 23 Feb 2006 17:32:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCMrl-0007zb-Pz for emacs-devel@gnu.org; Thu, 23 Feb 2006 15:15:12 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FCMyY-0002In-1O for emacs-devel@gnu.org; Thu, 23 Feb 2006 15:22:10 -0500 Original-Received: (qmail invoked by alias); 23 Feb 2006 20:15:01 -0000 Original-Received: from unknown (EHLO [194.158.213.59]) [194.158.213.59] by mail.gmx.net (mp017) with SMTP; 23 Feb 2006 21:15:01 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org 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:50912 Archived-At: Benjamin Riefenstahl wrote: > > Activate `russian-computer' input method and type S-3 (i.e. the hash > > sign on US English layout.)=20 > > [...] > > character: =EF=BF=BD (3696, #o7160, #xe70) > > charset: cyrillic-iso8859-5 [...] >=20 > > [...] > > There is actually a Unicode character `numero sign', U+2116, which I > > can type in other desktop applications (probably through XIM) > > [...] > > character: =E2=84=96 (342742, #o1235326, #x53ad6, U+2116) > > charset: mule-unicode-0100-24ff [...] >=20 > Try unify-8859-on-decoding-mode, which changes the behaviour of your > input method. > > Alternatively use unify-8859-on-encoding-mode, than cyrillic-iso8859-5 > is preserved during input, but still can be saved as UTF-8. Of course > you get UTF-8 when you load the file again, so you will need font > support for that anyway. With `unify-8859-on-decoding-mode' I get squares instead of letters (no glyphs in the font, apparently), the second one seems to work perfectly. Any reason it is not the default? Paul