Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Wed, 4 Feb 2009 15:28:56 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n14EU8R2028908 for ; Wed, 4 Feb 2009 15:30:08 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id n14EOtDV008759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Feb 2009 15:24:56 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id n148WUH9015483; Wed, 4 Feb 2009 15:24:51 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 185295 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 4 Feb 2009 15:24:51 +0100 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id n14EOpnw026350 for ; Wed, 4 Feb 2009 15:24:51 +0100 Received: from srv2.thewebhostserver.com (srv2.thewebhostserver.com [91.204.209.1]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n14EOc3N004944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 4 Feb 2009 15:24:42 +0100 Received: from [127.0.0.1] (helo=webmail.tex-tipografia.com) by srv2.thewebhostserver.com with esmtpa (Exim 4.69) (envelope-from ) id 1LUig7-0004Gi-QG; Wed, 04 Feb 2009 14:24:36 +0000 Received: from 193.41.227.4 ([193.41.227.4]) (proxying for 193.41.227.4) (SquirrelMail authenticated user listas@tex-tipografia.com) by webmail.tex-tipografia.com with HTTP; Wed, 4 Feb 2009 14:24:36 -0000 (UTC) References: <4988B95B.40202@telecom-bretagne.eu> <49898C03.6090007@telecom-bretagne.eu> User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - srv2.thewebhostserver.com X-AntiAbuse: Original Domain - listserv.uni-heidelberg.de X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tex-tipografia.com X-Source: X-Source-Args: X-Source-Dir: Message-ID: <55228.193.41.227.4.1233757476.squirrel@webmail.tex-tipografia.com> Date: Wed, 4 Feb 2009 14:24:36 -0000 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Javier Bezos Subject: Re: LaTeX + LuaTeX To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <49898C03.6090007@telecom-bretagne.eu> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -4 () RCVD_IN_DNSWL_MED X-Scanned-By: MIMEDefang 2.65 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 04 Feb 2009 14:28:56.0464 (UTC) FILETIME=[E973D100:01C986D4] Status: R X-Status: X-Keywords: X-UID: 5649 > Javier Bezos a écrit : >> and my little lua-inputenc does that, mainly for testing purposes > > I just discovered it, it's great! What kind of things are still to > implement in it? It seems a rather simple and good solution... It > doesn't work for an aux file for example, but are there other issues? > Are you interested in going further in this style, or more in letting > someone else finish it? If we manage to fix the aux file issue, maybe we > can integrate it into TeXLive 2009... Feel free to copy it or even to continue working on it (I presume I'd need to tell the CTAN team you can become the maintainer, if you want). BTW, it should work with aux files, with the activechars option, because chars are written in the LICR, ie, an encoding independent form. As to the fonts, one of my approaches was creating an "Unicode" font on the fly combining the T1 and TS1 files when a T1 was requested (with a callback). This would allow to use current fonts without changes and to avoid the LICR mechanism, based on active chars - this is very important (in fact, it's essential) in a non Latin context, to provide an interface not based solely in English. Javier