Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Tue, 24 Mar 2009 14:29:49 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n2ODTmMm020250 for ; Tue, 24 Mar 2009 14:29:49 +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 n2ODObeV016723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Mar 2009 14:24:37 +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 n2O8wjlY001396; Tue, 24 Mar 2009 14:24:36 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 218944 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 24 Mar 2009 14:24:36 +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 n2ODOaxj011769 for ; Tue, 24 Mar 2009 14:24:36 +0100 Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n2ODOVZ2016584 for ; Tue, 24 Mar 2009 14:24:35 +0100 Received: by wa-out-1112.google.com with SMTP id j40so1510830wah.26 for ; Tue, 24 Mar 2009 06:24:30 -0700 (PDT) Received: by 10.114.159.5 with SMTP id h5mr5609762wae.36.1237901070785; Tue, 24 Mar 2009 06:24:30 -0700 (PDT) Received: from ?10.0.1.107? (219-90-248-1.ip.adam.com.au [219.90.248.1]) by mx.google.com with ESMTPS id m25sm6400343waf.9.2009.03.24.06.24.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Mar 2009 06:24:30 -0700 (PDT) References: <11ECEE9E-C040-44DF-9D1F-97281D9128ED@gmail.com> <49C8B459.5050201@telecom-bretagne.eu> <49C8C80B.3020504@elzevir.fr> <86eiwncer9.fsf@lola.quinscape.zz> <49C8D015.1070205@elzevir.fr> <49C8D320.3070400@telecom-bretagne.eu> <49C8D715.7020805@elzevir.fr> <510AF2B3-466E-4362-BCEF-E53F4D0974BF@gmail.com> <863ad3cbck.fsf@lola.quinscape.zz> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5H11) Mime-Version: 1.0 (iPhone Mail 5H11) X-Spam-Whitelist: Message-ID: <7B45226F-3C03-4C0A-98D0-3154E1F463EA@gmail.com> Date: Tue, 24 Mar 2009 23:54:26 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: inputenc for XeTeX and LuaTeX To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <863ad3cbck.fsf@lola.quinscape.zz> 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 13:29:49.0393 (UTC) FILETIME=[9B0FBC10:01C9AC84] Status: R X-Status: X-Keywords: X-UID: 5740 (Sent from my phone.) On 24/03/2009, at 23:43, David Kastrup wrote: > Will Robertson writes: > >> Hi all, >> >> Don't forget that for utf8 encoded documents, the luatex and xetex >> inputenc packages do *not* mess around with active characters or >> whatever -- they prevent the legacy inputenc from doing so in the >> first place. > > Wouldn't that preclude auxiliary files being written in LICR? Licr support still works (or can still work) because the appropriate macros can still be defined (to eventually turn into the correct unicode character). However, user input is never transformed into a licr form internally. But you do lose the advantages of the licr -- being able to throw an error, or recover by faking it, if the font doesn't contain a necessary glyph. Will