Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Tue, 17 Mar 2009 23:08:59 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n2HM8xM9017786 for ; Tue, 17 Mar 2009 23:08:59 +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 n2HM4FUd019154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Mar 2009 23:04:15 +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 n2HIVGS5016780; Tue, 17 Mar 2009 23:04:07 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 217540 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 17 Mar 2009 23:04:07 +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 n2HM47Od021095 for ; Tue, 17 Mar 2009 23:04:07 +0100 Received: from mordell.elzevir.fr (mordell.elzevir.fr [92.243.3.74]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id n2HM41q7018972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 17 Mar 2009 23:04:05 +0100 Received: from roth.elzevir.fr (thue.elzevir.fr [88.165.216.11]) by mordell.elzevir.fr (Postfix) with ESMTPS id 5282635B9E for ; Tue, 17 Mar 2009 23:03:57 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) by roth.elzevir.fr (Postfix) with ESMTP id 03311BFD1 for ; Tue, 17 Mar 2009 23:03:56 +0100 (CET) User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 References: <553234443@web.de> X-Enigmail-Version: 0.95.0 OpenPGP: url=http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x50A89B42 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <49C01E4B.4020604@elzevir.fr> Date: Tue, 17 Mar 2009 23:03:55 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: =?ISO-8859-1?Q?Manuel_P=E9gouri=E9-Gonnard?= Subject: Re: inputenc for XeTeX and LuaTeX To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: 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: 17 Mar 2009 22:09:00.0010 (UTC) FILETIME=[F9626CA0:01C9A74C] Status: R X-Status: X-Keywords: X-UID: 5716 James Cloos a écrit : > As for utf-8 or other, it may be useful to default to the character set > specified for the current $LOCALE. Maybe. :-/ > Please don't do anything in the compilation of the document depend on the locale! It would completely ruin portability of the source files. A file must be assumed to be either utf-8 (auxiliary file written by XeTeX/LuaTeX) or in the encoding declared as the option of inputenc. Exactly what xetex-inputenc and luatex-inputenc do. The difficult problem is to guess when a file is an auxiliary file. I suppose the heuristics for doing so will improve when the solution gets tested. Manuel.