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: need help in using a 10646 font with cp1251 text Date: Wed, 06 Aug 2003 16:30:21 -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: <4nznimh6le.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1060202895 23968 80.91.224.253 (6 Aug 2003 20:48:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2003 20:48:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 06 22:48:37 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 19kVD2-0001x6-00 for ; Wed, 06 Aug 2003 22:48:36 +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 19kVAO-0000qh-Bv for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Aug 2003 16:45:52 -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: 37 Original-NNTP-Posting-Host: lockgroove.bwh.harvard.edu Original-X-Trace: plato.harvard.edu 1060201822 8082 134.174.9.133 (6 Aug 2003 20:30:22 GMT) Original-X-Complaints-To: news@plato.harvard.edu Original-NNTP-Posting-Date: Wed, 6 Aug 2003 20:30:22 +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 (usg-unix-v) Cancel-Lock: sha1:mkD2WDKjRp+1OCK+mbmSPo1dd2U= Original-Xref: shelby.stanford.edu gnu.emacs.help:115707 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:11626 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11626 Hi, My cp1251 setup is simply (codepage-setup 1251) If I open a cp1251 document, I don't have a suitable font for it, for instance: character: З (07067, 3639, 0xe37) charset: cyrillic-iso8859-5 (Right-Hand Part of Latin/Cyrillic Alphabet (ISO/IEC 8859-5): ISO-IR-144) code point: 55 syntax: word category: y:Cyrillic buffer code: 0x8C 0xB7 file code: 0xC7 (encoded by coding system cp1251-unix) font: -- none -- But when I save the document in UTF-8 encoding and then read it back, I get the characters displayed normally: character: З (01212067, 332855, 0x51437) charset: mule-unicode-0100-24ff (Unicode characters of the range U+0100..U+24FF.) code point: 40 55 syntax: word category: y:Cyrillic buffer code: 0x9C 0xF4 0xA8 0xB7 file code: 0xD0 0x97 (encoded by coding system mule-utf-8-unix) font: -Misc-Fixed-Medium-R-Normal--10-100-75-75-C-60-ISO10646-1 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. Thanks Ted