From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18022 Path: main.gmane.org!not-for-mail From: Mikael Persson Newsgroups: gmane.comp.tex.context Subject: Re: Russia (cyrillic letters) Date: Sat, 29 Jan 2005 13:31:34 +0100 Message-ID: References: <20050127144629.6537@news.comp.lancs.ac.uk> <41FA00D7.3030508@wxs.nl> Reply-To: Mikael Persson , mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1107001906 9626 80.91.229.6 (29 Jan 2005 12:31:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2005 12:31:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 29 13:31:40 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CurlM-0004DO-00 for ; Sat, 29 Jan 2005 13:31:40 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 066191279F; Sat, 29 Jan 2005 13:31: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 02979-03; Sat, 29 Jan 2005 13:31:38 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2A23B12796; Sat, 29 Jan 2005 13:31:38 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EB3F612796 for ; Sat, 29 Jan 2005 13:31:35 +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 02832-05 for ; Sat, 29 Jan 2005 13:31:35 +0100 (CET) Original-Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by ronja.ntg.nl (Postfix) with ESMTP id 0405D12791 for ; Sat, 29 Jan 2005 13:31:34 +0100 (CET) Original-Received: by wproxy.gmail.com with SMTP id 50so626523wri for ; Sat, 29 Jan 2005 04:31:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=LGmr6ylmHP17lJnp7Uvau8bkH+nNnlh8enxyOt+T8VVcb74mV64lHZ5/8OyTVMkh1ZIUrtUpvhNLN6igrqFuoa/vvQwhNbTlbFs5pC09cK0kWDUE4SEgoZ4s7nr6bJpBX/f7HWtzGZKFtv1ZX1ysBTwZT0/MZj/eVvIuOe0+BGE= Original-Received: by 10.54.31.76 with SMTP id e76mr33502wre; Sat, 29 Jan 2005 04:31:34 -0800 (PST) Original-Received: by 10.54.40.40 with HTTP; Sat, 29 Jan 2005 04:31:34 -0800 (PST) Original-To: mailing list for ConTeXt users In-Reply-To: <41FA00D7.3030508@wxs.nl> 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 Xref: main.gmane.org gmane.comp.tex.context:18022 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18022 On Fri, 28 Jan 2005 10:07:35 +0100, Hans Hagen wrote: > I uploaded a new alpha release with the adapted / extended cyrillic/greek > encoding vectors (enco-* & unic-*) >=20 > Hans >=20 > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com > | www.pragma-pod.nl > ----------------------------------------------------------------- >=20 > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >=20 Nice, but I can not get it work with utf yet. I try \enableregime[utf] %\useencoding[uc] Don't work with it uncommented either. \definetypeface [russian] [rm] [serif] [computer-modern] [default] [encoding=3Dcm-super-t2a]=20 % neither with encoding=3Dt2a nor cyr \setupbodyfont[russian] \starttext =D0=9C=D0=B0=D0=BC=D0=B0 =D0=B8 =D0=9F=D0=B0=D0=BF=D0=B0 % Some russian cha= racters \stoptext However, if I type \char 212 for example, I get a capital \Phi, as it should be. How shoule a minimal working file look like? Regards, Micke P