Return-Path: Received: from [131.204.2.23] (HELO mallard.duc.auburn.edu) by vsu.ru (CommuniGate Pro SMTP 3.5b9) with ESMTP id 55778 for CyrTeX-en@vsu.ru; Fri, 30 Nov 2001 18:53:53 +0300 Received: from virginia2 (virginia2.forestry.auburn.edu [131.204.43.173]) by mallard.duc.auburn.edu (8.8.8+Sun/8.7.2) with SMTP id JAA09653 for ; Fri, 30 Nov 2001 09:53:34 -0600 (CST) Message-ID: <02e301c179b6$bc552530$ad2bcc83@forestry.auburn.edu> From: "Maksym Polyakov" To: "Cyrillic TeX Users Group" References: Subject: Re: Warning message Date: Fri, 30 Nov 2001 09:50:28 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 Disposition-Notification-To: "Maksym Polyakov" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 ----- Original Message ----- From: To: "Cyrillic TeX Users Group" Sent: Friday, November 30, 2001 7:51 AM Subject: Warning message > Hi, > > I have put the option [bulgarian] for the babel package. As one should > expest I get the warning: > > Package babel Warning: No input encoding specified for Bulgarian > language > > What should I do to avoid the warning? \usepackage[T2A]{fontenc} \usepackage[koi8]{inputenc} % or whatever encoding you use \usepackage[bulgarian]{babel} One more. To avoid warning about hyphenation patterns make sure you have hyphenation patterns and they are in the same encoding as your fontenc (not inputenc). -- Maksym