From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: need help in using a 10646 font with cp1251 text Date: Fri, 08 Aug 2003 11:33:42 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4noez0qi3t.fsf@lockgroove.bwh.harvard.edu> References: <4nznimh6le.fsf@lockgroove.bwh.harvard.edu> <87y8y549sh.fsf@ID-87814.user.dfncis.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060368873 5869 80.91.224.253 (8 Aug 2003 18:54:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2003 18:54:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 08 20:54:58 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19lCO9-0003de-00 for ; Fri, 08 Aug 2003 20:54:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19l9Qt-0005A1-Bj for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Aug 2003 11:45:35 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!news.dfci.harvard.edu!news.harvard.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: lockgroove.bwh.harvard.edu Original-X-Trace: plato.harvard.edu 1060356822 24837 134.174.9.133 (8 Aug 2003 15:33:42 GMT) Original-X-Complaints-To: news@plato.harvard.edu Original-NNTP-Posting-Date: Fri, 8 Aug 2003 15:33:42 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) Cancel-Lock: sha1:mUS9XxFnMw+l6XVNhZqz4XRqdYs= Original-Xref: shelby.stanford.edu gnu.emacs.help:115752 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11670 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11670 On Thu, 07 Aug 2003, alkibiades@gmx.de wrote: > Eli Zaretskii writes: > >>> From: Ted Zlatanov >>> Newsgroups: gnu.emacs.help >>> Date: Wed, 06 Aug 2003 16:30:21 -0400 >>> >>> What can I do to get the 8859-5 charset obtained from the cp1251 >>> encoding displayed as a UCS charset? I don't want to install a >>> 8859-5 font. >> >> Try using code-pages.el. You didn't say what version of Emacs you >> use, so I don't know whether it has code-pages.el bundled. If not, >> you can find it either in the Emacs CVS or (I think) on >> gnu.emacs.sources. > > I just ask out of curiosity: I don't know anything about cyrrillic, > but from a quick glance it seems that the order of cyrillic > characters is the same in UCS and in ISO 8859-5. So wouldn't it be > an option to do some simple transposing for font encoding, like > [only slightly tested]: > [...] > > Or is this too kludgy? It may be OK, but I think code-pages.el is a more generic solution, and it makes sense to use what comes with Emacs. Thank you! Ted