From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10030 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: utf (8) Date: Thu, 5 Dec 2002 14:39:58 +0100 Organization: Elvenkind Sender: ntg-context-admin@ntg.nl Message-ID: <20021205143958.23ed0e23.taco@elvenkind.com> References: <5.1.0.14.1.20021205115701.031a8dd0@server-1> <5.1.0.14.1.20021205115701.031a8dd0@server-1> <5.1.0.14.1.20021205141709.0255e4f0@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1039095650 13114 80.91.224.249 (5 Dec 2002 13:40:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2002 13:40:50 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JwFE-0003Op-00 for ; Thu, 05 Dec 2002 14:40:48 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B024110AE8; Thu, 5 Dec 2002 14:40:48 +0100 (MET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ref.ntg.nl (Postfix) with ESMTP id EE1E210AE7 for ; Thu, 5 Dec 2002 14:39:59 +0100 (MET) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with SMTP id 35E022202 for ; Thu, 5 Dec 2002 14:31:42 +0100 (CET) Original-To: ntg-context@ntg.nl In-Reply-To: <5.1.0.14.1.20021205141709.0255e4f0@server-1> X-Mailer: Sylpheed version 0.8.5claws (GTK+ 1.2.10; i586-mandrake-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:10030 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10030 > (4) we have Taco to extend tex to 32 bits -) Yeah :) Actually, my tex.pl toy version does something like this. It uses [$commandcode,$charcode] as native perl integers, so you can have 31-bit chars and (2^31-325) control sequence names (in case you are wondering: the first 325 are internal command codes) -- groeten, Taco