From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 15 Oct 2007 17:02:38 +0300 From: Michael Shigorin To: ALT Linux Community Message-ID: <20071015140238.GH13827@osdn.org.ua> Mail-Followup-To: ALT Linux Community References: <4712558D.1090206@altlinux.ru> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4712558D.1090206@altlinux.ru> User-Agent: Mutt/1.4.2.1i Subject: Re: [Comm] xterm and cp1251 X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: shigorin@gmail.com, ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2007 14:02:39 -0000 Archived-At: List-Archive: List-Post: --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Sun, Oct 14, 2007 at 09:44:45PM +0400, Anton Gorlov wrote: > Ммм.. как бы запустить xterm с локалью cp1251? > Пока что смог добиться только бнопни. Системная локлаь - koi8-r Аттач запускает utf8 из-под koi8. -- ---- WBR, Michael Shigorin ------ Linux.Kiev http://www.linux.kiev.ua/ ---- Oct 26--27, Kiev, Ukraine: -- http://conference.osdn.org.ua --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=uterm #!/bin/sh G_FILENAME_ENCODING=utf-8 LANG=ru_RU.UTF-8 LC_ALL=ru_RU.UTF-8 LC_COLLATE=uk_UA.UTF8 LC_CTYPE=uk_UA.UTF8 exec urxvt +sb -fn '-*-terminus-bold-*-*-*-20-*-*-*-*-*-iso10646-*' -rv -cr yellow -tn xterm & --YiEDa0DAkWCtVeE4--