Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Tue, 24 Mar 2009 11:37:37 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n2OAbaWN015181 for ; Tue, 24 Mar 2009 11:37:37 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n2OAWiqE014676 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Mar 2009 11:32:45 +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 n2O8wjPo001396; Tue, 24 Mar 2009 11:32:36 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 217641 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 24 Mar 2009 11:32:36 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id n2OAMan1026228 for ; Tue, 24 Mar 2009 11:22:36 +0100 Received: from coliposte.enst-bretagne.fr (coliposte.enst-bretagne.fr [192.108.115.12]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id n2OAMNAS026133 for ; Tue, 24 Mar 2009 11:22:26 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by coliposte.enst-bretagne.fr (8.13.7/8.13.7/2006.08.14) with ESMTP id n2OAMOfi005076 for ; Tue, 24 Mar 2009 11:22:24 +0100 Received: from courrier.enst-bretagne.fr (smtps.enst-bretagne.fr [10.29.90.4]) by coliposte.enst-bretagne.fr (8.13.7/8.13.7/2008.01.11) with ESMTP id n2OAMKPf005033 for ; Tue, 24 Mar 2009 11:22:24 +0100 Received: from [192.168.1.36] (passerelle-interne.enst-bretagne.fr [192.108.117.210]) (user=eroux mech=PLAIN bits=0) by courrier.enst-bretagne.fr (8.13.8/8.13.8/2006.06.07) with ESMTP id n2OAMH2m010640 for ; Tue, 24 Mar 2009 11:22:17 +0100 User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 References: <11ECEE9E-C040-44DF-9D1F-97281D9128ED@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at enst-bretagne.fr Message-ID: <49C8B459.5050201@telecom-bretagne.eu> Date: Tue, 24 Mar 2009 11:22:17 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Elie Roux Subject: Re: inputenc for XeTeX and LuaTeX To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <11ECEE9E-C040-44DF-9D1F-97281D9128ED@gmail.com> 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: 24 Mar 2009 10:37:37.0290 (UTC) FILETIME=[8CA5EEA0:01C9AC6C] Status: R X-Status: X-Keywords: X-UID: 5722 Hello, I'm the developer of luainputenc (inputenc adapted for LuaTeX). Sorry to come back to this topic, but I think an answer to Will's question would be necessary soon... inputenc needs adjustments in order to work with LuaTeX and XeTeX. I can build a new package called luainputenc, but I think it will be confusing for the user, and it makes LuaLaTeX unable to compile old LaTeX documents, so it would be really great if some modifications to inputenc were made. I think Will's idea is the best one, having inputenc.sty being basically: \RequirePackage{ifluatex} \RequirePackage{iflxetex} \ifluatex \RequirePackage{luainputenc} \else \ifxetex \RequirePackage{xetexinputenc} \else \RequirePackage{legacyinputenc} \fi \fi You wouldn't have to maintain anything else than this small file you'll never have to change, and the legacyinputenc, and all the new things would be maintained by Will and me. Also I have a legal problem: is it possible for me to distribute a modified copy of inputenc.sty (called luainputenc.sty), and of utf8.def (called lutf8.def) with the lppl? Thank you in advance, -- Elie