From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Russian numero sign Date: Mon, 20 Feb 2006 15:07:16 +0100 Message-ID: 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 1140461994 7265 80.91.229.2 (20 Feb 2006 18:59:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 18:59:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 20 19:59:52 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 1FBGFr-0001s0-Tk for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2006 19:59:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBGFr-00024K-Dm for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2006 13:59:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBBhU-0007Vs-Bm for emacs-devel@gnu.org; Mon, 20 Feb 2006 09:07:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBBhQ-0007Um-P1 for emacs-devel@gnu.org; Mon, 20 Feb 2006 09:07:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBBhO-0007UM-Mk for emacs-devel@gnu.org; Mon, 20 Feb 2006 09:07:35 -0500 Original-Received: from [193.99.153.30] (helo=seneca.benny.turtle-trading.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FBBnR-0004kT-9M for emacs-devel@gnu.org; Mon, 20 Feb 2006 09:13:49 -0500 Original-Received: from seneca.benny.turtle-trading.net.turtle-trading.net (seneca.benny.turtle-trading.net [127.0.0.1]) (authenticated bits=0) by seneca.benny.turtle-trading.net (8.12.8/8.12.8) with ESMTP id k1KE7GLo004944; Mon, 20 Feb 2006 15:07:21 +0100 Original-To: Paul Pogonyshev In-Reply-To: <200602191431.36541.pogonyshev@gmx.net> (Paul Pogonyshev's message of "Sun, 19 Feb 2006 14:31:36 +0200") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) 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:50813 Archived-At: Hi Paul, Paul Pogonyshev writes: > 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 [...] > [...] > 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 [...] 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. benny