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:40:19 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n2OAeIom015204 for ; Tue, 24 Mar 2009 11:40:19 +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 n2OAcP0v021611 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Mar 2009 11:38:25 +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 n2O8wjQM001396; Tue, 24 Mar 2009 11:38:24 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 217672 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 24 Mar 2009 11:38:24 +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 n2OASO6b026823 for ; Tue, 24 Mar 2009 11:28:24 +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 n2OASA15030197 for ; Tue, 24 Mar 2009 11:28:14 +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 n2OASCjf007424 for ; Tue, 24 Mar 2009 11:28:12 +0100 Received: from courrier.enst-bretagne.fr (smtps.telecom-bretagne.eu [10.29.90.4]) by coliposte.enst-bretagne.fr (8.13.7/8.13.7/2008.01.11) with ESMTP id n2OAS8KW007410 for ; Tue, 24 Mar 2009 11:28:11 +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 n2OAS4Jm012927 for ; Tue, 24 Mar 2009 11:28:05 +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: <49C8B5B5.2010906@telecom-bretagne.eu> Date: Tue, 24 Mar 2009 11:28:05 +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:40:19.0784 (UTC) FILETIME=[ED808C80:01C9AC6C] Status: R X-Status: X-Keywords: X-UID: 5723 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