Received: from mail.proteosys.com ([62.225.9.49]) by nummer-3.proteosys with Microsoft SMTPSVC(5.0.2195.5329); Fri, 6 Dec 2002 18:17:34 +0100 Received: by mail.proteosys.com (8.12.2/8.12.2) with ESMTP id gB6HHWTp006215 for ; Fri, 6 Dec 2002 18:17:33 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.27]) by relay.uni-heidelberg.de (8.12.4/8.12.4) with ESMTP id gB6HBCxK009319; Fri, 6 Dec 2002 18:11:13 +0100 (MET) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C29D4B.5DB44B00" 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 gB67UvRg019135; Fri, 6 Dec 2002 18:05:34 +0100 Received: from LISTSERV.UNI-HEIDELBERG.DE by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8d) with spool id 7620 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 6 Dec 2002 18:05:34 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 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 gB6H5YTk026743 for ; Fri, 6 Dec 2002 18:05:34 +0100 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by relay.uni-heidelberg.de (8.12.4/8.12.4) with ESMTP id gB6HAexK009212 for ; Fri, 6 Dec 2002 18:10:40 +0100 (MET) Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18KLzt-00022l-00 for LATEX-L@listserv.uni-heidelberg.de; Fri, 06 Dec 2002 18:10:41 +0100 Received: from [62.156.48.208] (helo=orion.local) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18KLzs-0000rK-00; Fri, 06 Dec 2002 18:10:41 +0100 Received: from localhost (localhost [127.0.0.1]) by orion.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id gB6Debl25218; Fri, 6 Dec 2002 14:40:37 +0100 In-Reply-To: <20021205225712.GA9171@g113.hadiko.de> References: <200212031641.gB3Gf27K009771@sun.dante.de> <15853.10032.823833.338602@istrati.mittelbach-online.de> <20021205225712.GA9171@g113.hadiko.de> Return-Path: X-Mailer: Mew version 3.1 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-OriginalArrivalTime: 06 Dec 2002 17:17:34.0736 (UTC) FILETIME=[5E249900:01C29D4B] X-Scanned-By: MIMEDefang 2.11 (www dot roaringpenguin dot com slash mimedefang) X-Spam-Score: -1 () CARRIAGE_RETURNS,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 Content-class: urn:content-classes:message Subject: Re: latex/3480: Support for UTF-8 missing in inputenc.sty Date: Fri, 6 Dec 2002 14:40:36 +0100 Message-ID: A<20021206.144036.25155852.wl@gnu.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: latex/3480: Support for UTF-8 missing in inputenc.sty Thread-Index: AcKdS15bNmvThdMyTfm3kG6TZlAYCw== From: "Werner LEMBERG" To: Reply-To: "Mailing list for the LaTeX3 project" Status: R X-Status: X-Keywords: X-UID: 4376 This is a multi-part message in MIME format. ------_=_NextPart_001_01C29D4B.5DB44B00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > [...] I proposed to add to the fontenc an information, which Unicode > range is to be loaded for this fontencoding. To clarify this, here > an example: > > if we have code like the following: > > \usepackage[utf8]{inputenc} > \usepackage[T2A]{fontenc} > > the file t2aenc.def could contain a line like: > > \FontencUnicodeRange{"400-"4FF} > > and \AtBeginDocument UTF-8 sequences would only be loaded for the > ranges given by the fontencodings, thus taking the need from the user > to decide by himself, which sequences to load. In case no UTF-8 is > needed, the \FontencUnicodeRange's are ignored. > > Of course, the fontencoding->Unicode-Range mappings could also be in > some extra file, thus removing the need to change the existing > fontencodings. I like this idea. It is really only a matter of taste whether we have a new unicode.cfg file or \FontencUnicodeRange macros directly in the fontenc files. Werner ------_=_NextPart_001_01C29D4B.5DB44B00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Re: latex/3480: Support for UTF-8 missing in = inputenc.sty

> [...] I proposed to add to the fontenc an = information, which Unicode
> range is to be loaded for this fontencoding. To = clarify this, here
> an example:
>
> if we have code like the following:
>
> \usepackage[utf8]{inputenc}
> \usepackage[T2A]{fontenc}
>
> the file t2aenc.def could contain a line = like:
>
> \FontencUnicodeRange{"400-"4FF}
>
> and \AtBeginDocument UTF-8 sequences would only = be loaded for the
> ranges given by the fontencodings, thus taking = the need from the user
> to decide by himself, which sequences to load. = In case no UTF-8 is
> needed, the \FontencUnicodeRange's are = ignored.
>
> Of course, the fontencoding->Unicode-Range = mappings could also be in
> some extra file, thus removing the need to = change the existing
> fontencodings.

I like this idea.  It is really only a matter of = taste whether we
have a new unicode.cfg file or \FontencUnicodeRange = macros directly
in the fontenc files.


    Werner

------_=_NextPart_001_01C29D4B.5DB44B00--