From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25998 Path: news.gmane.org!not-for-mail From: luigi scarso Newsgroups: gmane.comp.tex.context Subject: Re: unic-037 Date: Thu, 16 Feb 2006 19:19:29 +0100 Message-ID: References: <43F44AF4.2020002@comp.lancs.ac.uk> <43F48A16.4080203@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140114014 28354 80.91.229.2 (16 Feb 2006 18:20:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Feb 2006 18:20:14 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 16 19:20:05 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1F9njD-0002uw-Dy for gctc-ntg-context-518@m.gmane.org; Thu, 16 Feb 2006 19:19:43 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C3827127BD; Thu, 16 Feb 2006 19:19:42 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09156-02; Thu, 16 Feb 2006 19:19:37 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 841A61278F; Thu, 16 Feb 2006 19:19:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A0FE01278F for ; Thu, 16 Feb 2006 19:19:36 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09192-02 for ; Thu, 16 Feb 2006 19:19:35 +0100 (CET) Original-Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by ronja.ntg.nl (Postfix) with SMTP id 83BD012783 for ; Thu, 16 Feb 2006 19:19:35 +0100 (CET) Original-Received: by xproxy.gmail.com with SMTP id s15so122304wxc for ; Thu, 16 Feb 2006 10:19:34 -0800 (PST) Original-Received: by 10.70.63.12 with SMTP id l12mr1436481wxa; Thu, 16 Feb 2006 10:19:29 -0800 (PST) Original-Received: by 10.70.72.4 with HTTP; Thu, 16 Feb 2006 10:19:29 -0800 (PST) Original-To: mailing list for ConTeXt users In-Reply-To: <43F48A16.4080203@wxs.nl> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25998 Archived-At: > ok, added, but i'm not so sure about the default list, maybe that > should be something enco-037 done at http://www.logosrl.it/context/unicode/enco-037.tex But 1) should it be into enco-uc.tex ? and \startencoding[uc] or \startencoding[default] ? 2) \ifcase\numexpr(#1+1)\or %% a trick to avoid #1=000 seem to works , \ifcase\numexpr(#1+0) %% no Why?