Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id p02J8bcL023646 for ; Sun, 2 Jan 2011 20:08:38 +0100 Received: (qmail 26172 invoked by alias); 2 Jan 2011 19:08:32 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 02 Jan 2011 19:08:31 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx044) with SMTP; 02 Jan 2011 20:08:31 +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 p02J6XqO009019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 2 Jan 2011 20:06:33 +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 p01N14eG014420; Sun, 2 Jan 2011 20:06:31 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 771669 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 2 Jan 2011 20:06:31 +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 p02J6Vnl008785 for ; Sun, 2 Jan 2011 20:06:31 +0100 Received: from mail-ey0-f177.google.com (mail-ey0-f177.google.com [209.85.215.177]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p02J6RWf008952 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL) for ; Sun, 2 Jan 2011 20:06:31 +0100 Received: by eyd9 with SMTP id 9so6726999eyd.22 for ; Sun, 02 Jan 2011 11:06:27 -0800 (PST) Received: by 10.14.22.80 with SMTP id s56mr11750299ees.6.1293995187369; Sun, 02 Jan 2011 11:06:27 -0800 (PST) Received: from localhost ([197.193.34.2]) by mx.google.com with ESMTPS id t50sm14150463eeh.18.2011.01.02.11.06.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Jan 2011 11:06:26 -0800 (PST) References: <4D1F6F9D.9020209@laposte.net> <4D1F8145.2010308@morningstar2.co.uk> <4D1F8BFD.5000803@laposte.net> <4D1F8DFE.70205@morningstar2.co.uk> <20110101204323.GA14218@khaled-laptop> <4D1F94F8.2010306@morningstar2.co.uk> <20110101230758.GA15697@khaled-laptop> <703753977.20110102174729@nililand.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Whitelist: Message-ID: <20110102190615.GC2478@khaled-laptop> Date: Sun, 2 Jan 2011 21:06:15 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Khaled Hosny Subject: Re: LaTeX3 and engines To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <703753977.20110102174729@nililand.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe+OynZRhvlGqb5A0X bbiCt2rAnnct/NAlbHMvoAL6GY+23tB3khNK7bp7qqSbssdDTHsQd8+gWzfjr4OMj5ambWQGofKK 3vIsQ==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6499 On Sun, Jan 02, 2011 at 05:47:29PM +0100, Ulrike Fischer wrote: > > am Sonntag, 2. Januar 2011 um 00:07 schrieb Khaled Hosny: > > >> There is quite a large body of stuff which doesn't really need > >> LuaTeX: stuff in western European languages using fonts already > >> available to TeX. I suspect that forcing this subset of work to drop > >> pdfTeX, which is quite capable of doing the job, might be consider a > >> bit 'over the top'. > > > Even for "western European languages" Unicode and smart fonts (both not > > supported "natively" pdftex) have been the norm for decades now; 8bit > > encodings and type1 fonts are obsolete and almost nobody outside tex > > community is using them. > > I don't care if e.g. the T1-encoded type1 font lmr were dropped in the > long run. With the unicode/eu1/eu2-encoded open type version there > exist a good replacement. > > But I would be very unhappy if support for local (8-bit or other) > encodings and type1 fonts were dropped completly: I need them for the > chess fonts. I can't use unicode for them - most glyphs don't have > unicode points. And even if all glyphs were in unicode: most chess > fonts are too old to follow the unicode standard. I also can't use > open type or ttf fonts directly as neither with xetex nor with luatex > I'm currently able to reencode the fonts like I can do it with an > type1-fonts and an enc-file. That is my point, I don't think luatex is dropping old stuff any time soon, so people who need it can still use it (of course IMO it should be kept just for compatibility not as the main thing) and people who need new stuff can use it, instead of just remaining limited to the former. Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer