From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18258 Path: main.gmane.org!not-for-mail From: Rob Ermers Newsgroups: gmane.comp.tex.context Subject: Russia (cyrillic letters) Date: Sun, 13 Feb 2005 10:34:22 +0100 Message-ID: <420F1F1E.9080401@hccnet.nl> Reply-To: r.ermers@hccnet.nl, mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1108286680 12992 80.91.229.2 (13 Feb 2005 09:24:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2005 09:24:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Feb 13 10:24:40 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0FzW-000172-FT for gctc-ntg-context-518@m.gmane.org; Sun, 13 Feb 2005 10:24:34 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DBC0D12792; Sun, 13 Feb 2005 10:26:40 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06071-01; Sun, 13 Feb 2005 10:26:38 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DB8EC127B1; Sun, 13 Feb 2005 10:26:37 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 58E24127B1 for ; Sun, 13 Feb 2005 10:26:36 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05849-04 for ; Sun, 13 Feb 2005 10:26:35 +0100 (CET) Original-Received: from hnexfe09.hetnet.nl (hnexfe09.hetnet.nl [195.121.6.175]) by ronja.ntg.nl (Postfix) with ESMTP id 9E7E112792 for ; Sun, 13 Feb 2005 10:26:35 +0100 (CET) Original-Received: from [127.0.0.1] ([81.206.233.107]) by hnexfe09.hetnet.nl with Microsoft SMTPSVC(5.0.2195.6874); Sun, 13 Feb 2005 10:26:35 +0100 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users X-OriginalArrivalTime: 13 Feb 2005 09:26:35.0575 (UTC) FILETIME=[1CD6D470:01C511AE] X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18258 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18258 Dear Contexers, I am still struggling with a Russian text in koi8. The sample below, which I partially copied (from Mikael Persson's site)=20 does not work. Can anyone help me out? Kind regards Robert Ermers ----------- \enableregime[koi8-r] \useencoding[cyr] \definetypeface [russian] [rm] [serif] [computer-modern] [default] [encoding=3Dt2a] \definetypeface [swedish] [rm] [serif] [latin-modern] [default] [encoding=3Dtexnansi] \setupbodyfont[russian] \starttext Some swedish text: {\switchtobodyfont[swedish]Jag tycker att Katja studerar d\aring ligt.} Some russian text: =C2=CC=C1=C7=CF=D3=CC=CF=D7=C9=D4 =E1=CC=CC=C1=C8 =C5=C7=CF =C9 =C5=C7=CF= =C2=CC=C9=D6=CE=C9=C8 =C2=CC=C1=C7=CF=D2=CF=C4=CE=C5=CA=DB=C5=C7=CF =D0=D2= =CF=C9=D3=C8=CF=D6=C4=C5=CE=C9=D1 =C9=20 =C4=C1=D2=D5=C5=D4 =C9=CD =CD=C9=D2 %this sample works, but it's not koi8: =CC=E8=E5 =EA=E0=E6=E5=F2=F1=FF, =F7= =F2=EE =CA=E0=F2=FF =EF=EB=EE=F5=EE =F3=F7=E8=F2=F1=FF. \stoptext