Received: from mail.proteosys.com ([62.225.9.49]) by nummer-3.proteosys with Microsoft SMTPSVC(5.0.2195.5329); Wed, 8 Jan 2003 16:28:23 +0100 Received: by mail.proteosys.com (8.12.2/8.12.2) with ESMTP id h08FSK6C021178 for ; Wed, 8 Jan 2003 16:28:21 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.27]) by relay2.uni-heidelberg.de (8.12.4/8.12.4) with ESMTP id h08FJ8wO009272; Wed, 8 Jan 2003 16:19:09 +0100 (MET) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2B72A.94A2C580" Received: from listserv (listserv.uni-heidelberg.de [129.206.100.27]) by listserv.uni-heidelberg.de (8.12.2/8.12.2/SuSE Linux 0.6) with ESMTP id h081CYqq025022; Wed, 8 Jan 2003 16:12:34 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Received: from LISTSERV.UNI-HEIDELBERG.DE by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8d) with spool id 6238 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 8 Jan 2003 16:12:34 +0100 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.12.2/8.12.2/SuSE Linux 0.6) with ESMTP id h08FCYTk031683 for ; Wed, 8 Jan 2003 16:12:34 +0100 Received: from smtp.wanadoo.es ([62.37.236.142]) by relay.uni-heidelberg.de (8.12.4/8.12.4) with ESMTP id h08FJ5EV026695 for ; Wed, 8 Jan 2003 16:19:06 +0100 (MET) Received: from Ordenador-de-Javier-Bezos.local. (62-36-81-65.dialup.uni2.es [62.36.81.65]) by smtp.wanadoo.es (8.11.6/8.11.6) with SMTP id h08MD3h25560 for ; Wed, 8 Jan 2003 23:13:08 +0100 In-Reply-To: <15900.10746.324648.315246@istrati.mittelbach-online.de> References: <200212031601.gB3G11cQ009558@sun.dante.de> <15899.14827.804209.458595@istrati.mittelbach-online.de> <20030108101702392721.GyazMail.jbezos@wanadoo.es> <15900.10746.324648.315246@istrati.mittelbach-online.de> Return-Path: X-Mailer: GyazMail version 0.9.3 X-OriginalArrivalTime: 08 Jan 2003 15:28:23.0420 (UTC) FILETIME=[94E2DBC0:01C2B72A] X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) X-Spam-Score: -0.5 () IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01 Content-class: urn:content-classes:message Subject: Re: latex/3480: Support for UTF-8 missing in inputenc.sty Date: Wed, 8 Jan 2003 16:19:56 +0100 Message-ID: A<20030108161956210102.GyazMail.jbezos@wanadoo.es> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: latex/3480: Support for UTF-8 missing in inputenc.sty Thread-Index: AcK3KpT7iJBC45O9QUa9uouIYs5YHQ== From: "Javier Bezos" To: Reply-To: "Mailing list for the LaTeX3 project" Status: R X-Status: X-Keywords: X-UID: 4422 This is a multi-part message in MIME format. ------_=_NextPart_001_01C2B72A.94A2C580 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Frank, > > Any ideas about how to ignore BOMs? > > BOMs? as in www.bom.com? sorry for being ignorant Byte Order Mark, which is added by many editors to identify the Unicode encoding. It is added at the very beginning of the document, with the combination EF BB BF meaning UTF-8 (ie, U+FEFF in UTF-8). I played around with different approachs to get rid of them (or to take them into account) in plain, but I have not found a satisfactory solution. In LaTeX it's more or less easy, provided the format is modified, since they are placed before \documentclass. Javier ------_=_NextPart_001_01C2B72A.94A2C580 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Re: latex/3480: Support for UTF-8 missing in = inputenc.sty

Frank,

>  > Any ideas about how to ignore = BOMs?
>
> BOMs? as in www.bom.com? sorry for being = ignorant

Byte Order Mark, which is added by many editors = to
identify the Unicode encoding. It is added at = the
very beginning of the document, with the = combination
EF BB BF meaning UTF-8 (ie, U+FEFF in UTF-8). I = played
around with different approachs to get rid of = them
(or to take them into account) in plain, but I have = not
found a satisfactory solution. In LaTeX it's more = or
less easy, provided the format is modified, = since
they are placed before \documentclass.

Javier

------_=_NextPart_001_01C2B72A.94A2C580--