Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Fri, 16 May 2008 01:34:10 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m4FNY8Pg004362 for ; Fri, 16 May 2008 01:34:08 +0200 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 m4FNOCwH028296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 May 2008 01:24:12 +0200 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 m4FM13FN029761; Fri, 16 May 2008 01:24:10 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 6300 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 16 May 2008 01:24:09 +0200 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 m4FNO8Fk001776 for ; Fri, 16 May 2008 01:24:08 +0200 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.249]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id m4FNM8pe016973 for ; Fri, 16 May 2008 01:22:16 +0200 Received: by rv-out-0708.google.com with SMTP id c5so682654rvf.10 for ; Thu, 15 May 2008 16:23:59 -0700 (PDT) Received: by 10.141.152.8 with SMTP id e8mr1422599rvo.19.1210893839388; Thu, 15 May 2008 16:23:59 -0700 (PDT) Received: by 10.140.144.13 with HTTP; Thu, 15 May 2008 16:23:59 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <85BC623C-4952-4585-BC7E-4B3F75CA5A10@gmail.com> <1A8B3E0C-24D3-4D27-A649-395D2035FB34@gmail.com> X-Spam-Whitelist: Message-ID: <27990a880805151623o7f1888f1s8e7e4dfaeb710930@mail.gmail.com> Date: Fri, 16 May 2008 08:53:59 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: Replacing inputenc for XeTeX/LuaTeX To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <1A8B3E0C-24D3-4D27-A649-395D2035FB34@gmail.com> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.599 () BAYES_00 X-Scanned-By: MIMEDefang 2.64 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 15 May 2008 23:34:10.0245 (UTC) FILETIME=[2CEAE750:01C8B6E4] Status: R X-Status: X-Keywords: X-UID: 5209 On Thu, May 15, 2008 at 11:55 PM, Will Robertson wrote: > \XeTeXinputencoding "\CurrentOption"% > \XeTeXdefaultencoding "\CurrentOption"% Ulrike Fischer reminded me that this can cause a problem when reading in .aux files (and so) which are always *written* in utf8. I guess we only want \XeTeXdefaultencoding changed for user ("in-document") commands of \input and \include. That could prove troublesome... David mentioned interpreting the input in terms of bytes and using inputenc as it currently works in vanilla LaTeX; I agree with him that we probably don't want to do this but it's possible to do this by setting the encodings above to "bytes". Will