X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["581" "Mon" "16" "June" "1997" "21:40:28" "+0200" "Werner Lemberg" "xlwy01@UXP1.HRZ.UNI-DORTMUND.DE" nil "18" "Re: [Bug Report] Problem with INPUTENC package and TOC files." "^Date:" nil nil "6" nil nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.4) with ESMTP id VAA32160; Mon, 16 Jun 1997 21:36:51 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <14.C78FB5AD@listserv.gmd.de>; Mon, 16 Jun 1997 21:36:14 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 154466 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Mon, 16 Jun 1997 21:36:10 +0200 Received: from nx1.HRZ.Uni-Dortmund.DE (nx1.HRZ.Uni-Dortmund.DE [129.217.131.3]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with ESMTP id VAA20198 for ; Mon, 16 Jun 1997 21:36:09 +0200 (MET DST) Received: from uxp1.hrz.uni-dortmund.de by nx1.hrz.uni-dortmund.de with SMTP (PP); Mon, 16 Jun 1997 21:36:06 +0200 Received: from localhost by uxp1.hrz.uni-dortmund.de (SMI-8.6/SMI-SVR4) id VAA06859; Mon, 16 Jun 1997 21:40:28 +0200 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-ID: Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <33A5899A.3A446921@vvv.vsu.ru> Date: Mon, 16 Jun 1997 21:40:28 +0200 From: Werner Lemberg Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: [Bug Report] Problem with INPUTENC package and TOC files. Status: R X-Status: X-Keywords: X-UID: 2063 On Mon, 16 Jun 1997, Vladimir Volovich wrote: > \DeclareInputText{"0F7}{\char130 } > > instead of > > \DeclareInputText{"0F7}{\CYRV} > > (because the definitions of russian letters in Babel package > have the form \def\CYRV {^^82}). IMHO in Babel you should have \def\{CYRV{\char "082}, and \DeclareInputText as above. If you use ^^82 this will be expanded as an active character again and again. Use the ^^xx notation only for input encodings, and never for output encodings! But this is the wrong list for such bug reports. You should address it to latex-bugs@uni-mainz.de .