X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1002" "Mon" "15" "November" "1999" "22:07:35" "+0100" "Marcin Wolinski" "wolinski@MIMUW.EDU.PL" nil "21" "Re: babel 3.7 beta release" "^Date:" nil nil "11" nil "babel 3.7 beta release" nil nil nil] nil) Received: from mail.listserv.gmd.de (mail.listserv.gmd.de [192.88.97.5]) by mail.Uni-Mainz.DE (8.9.3/8.9.3) with ESMTP id KAA27078 for ; Tue, 16 Nov 1999 10:03:02 +0100 (MET) Received: from mail.listserv.gmd.de (192.88.97.5) by mail.listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <7.394D76A4@mail.listserv.gmd.de>; Tue, 16 Nov 1999 10:02:58 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 445478 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 16 Nov 1999 10:02:40 +0100 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id KAA12261 for ; Tue, 16 Nov 1999 10:02:34 +0100 (MET) Received: from duch.mimuw.edu.pl (duch.mimuw.edu.pl [193.0.96.2]) by relay.uni-heidelberg.de (8.9.1b+Sun/8.9.1) with SMTP id KAA24517 for ; Tue, 16 Nov 1999 10:02:51 +0100 (MET) Received: (qmail 30864 invoked from network); 16 Nov 1999 08:59:36 -0000 Received: from pa73.warszawa.ppp.tpnet.pl (HELO Wincenty.nowhere.edu.pl) (marcin@212.160.52.73) by duch.mimuw.edu.pl with SMTP; 16 Nov 1999 08:59:36 -0000 Received: (from marcin@localhost) by Wincenty.nowhere.edu.pl (8.9.3/8.9.3/Debian/GNU) id WAA00658; Mon, 15 Nov 1999 22:07:36 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <199911112332.AAA17817@cistron.nl> <199911140802.JAA11956@craffe.loria.fr> X-Mailer: VM 6.62 under Emacs 19.34.1 Message-ID: <14384.30231.698701.576525@Wincenty.nowhere.edu.pl> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <199911140802.JAA11956@craffe.loria.fr> Date: Mon, 15 Nov 1999 22:07:35 +0100 From: Marcin Wolinski Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: babel 3.7 beta release Status: R X-Status: X-Keywords: X-UID: 3410 Denis B. Roegel wrote: > Among the language attributes, there should IMHO be "default encodings." > These encodings would be either a pair of < input encoding, output encoding > > or a pair of lists of encoding, which would enable priorities. > For instance, English should have as a default < ASCII, OT1 >. > French should have < latin1, T1 >, Russian could have < koi8-r, X2 >, etc. > These encodings would then just be triggered when one writes > \selectlanguage{french}, etc. I haven't tried the new version of babel, Unfortunatelly many input encodings can be appropriate for a given language (e.g. for Polish we have at least 3 widely used encodings), and it may be difficult to judge, which of them should be default (this may depend on the operating system). So it probably is not such a good idea to have global defaults. On the other hand using different encodings for a language within one document is somewhat perverse. So it would be reasonable to have per document defaults. Marcin