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 o1AFLN3q012023 for ; Wed, 10 Feb 2010 16:21:25 +0100 Received: (qmail 29721 invoked by alias); 10 Feb 2010 15:21:18 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 10 Feb 2010 15:21:17 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx061) with SMTP; 10 Feb 2010 16:21:17 +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 o1AFIw1m024974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Feb 2010 16:18:58 +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 o1A9akPW013381; Wed, 10 Feb 2010 16:18:50 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 398295 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 10 Feb 2010 16:18:50 +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 o1AFIoVP018997 for ; Wed, 10 Feb 2010 16:18:50 +0100 Received: from atlas.informatik.uni-freiburg.de (atlas.informatik.uni-freiburg.de [132.230.150.3]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id o1AFId85002943 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 10 Feb 2010 16:18:42 +0100 Received: from remote239-018.home.uni-freiburg.de ([132.230.239.18] helo=irwin.vpn.uni-freiburg.de) by atlas.informatik.uni-freiburg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1NfEKs-0003FD-2W for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 10 Feb 2010 16:18:38 +0100 Received: by irwin.vpn.uni-freiburg.de (Postfix, from userid 500) id 04D9D19F18; Wed, 10 Feb 2010 16:19:34 +0100 (CET) Mail-Followup-To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE References: <4B727378.8060704@morningstar2.co.uk> <4B729944.5050308@residenset.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-ID: <20100210151934.GB18188@oberdiek.my-fqdn.de> Date: Wed, 10 Feb 2010 16:19:34 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Heiko Oberdiek Subject: Re: String module To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4B729944.5050308@residenset.net> 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+OynZRhvlGqvET/J 3dm2vHWnQHIuidpgLhS+P7NNYz+zyHLMY9yCwFVO9U8BDPZ87eajeDwRZsgjCv4EL+SDrOuNRrC6 U1EHg==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de X-Scanned-By: MIMEDefang 2.63 on 85.214.41.38 Status: R X-Status: X-Keywords: X-UID: 6236 On Wed, Feb 10, 2010 at 12:32:20PM +0100, Lars Hellström wrote: > Heiko Oberdiek wrote: > >* Encoding conversions, see package `stringenc'. > > Application: PDF (outlines and other text fields). > > This is, at least for the input, rather (3) or (4). stringenc is rather (1) or (2). > Or are you anticipating character sets larger than ^^@--^^ff for the > underlying engine? That depends on the requirements of LateX3: * Are characters larger than ^^ff supported? If no, then the character of a string is limited to 8bit. > Then one conversely needs an "octet string" concept, for > \special and the like. You mean different string types: "octet string" "native string" (engine dependent) ... perhaps in different forms: "normalized catcodes" (only 12 or 12+10) "unnormalized catcodes" (10/space, 11/letter, 12/other, perhaps 3/math 4/alignment, 8/subscript, 7/superscript (more difficult), not 0/escape, 1/{, 2/}, 6/#, 9/ignore, 13/active, 14/comment, 15/invalid). "LICR", ... Yours sincerely Heiko