From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Grigory Batalov" Subject: Re: dosemu-1.1.3 and Cyrillic_er Date: Fri, 26 Apr 2002 01:05:30 +0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <20020426010530.41aee223.grisxa@mail.ru> References: <3CC85914.2070105@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3CC85914.2070105@yahoo.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org On Thu, 25 Apr 2002 23:29:24 +0400 "Stas Sergeev" wrote: > >> Grigory> Also I set $_external_char_set = "koi8-r" > >> Grigory> $_internal_char_set = "cp866" in ~/dosemu/conf/dosemurc and > >> Grigory> it works. > >> As the Alt+keypad sequences. > > Is it bad? =) > Are you sure that you are using a > *system* switch (xrus, xxkb) rather > than a dos' switch (keyrus, keyb.com)? I use XFree86-4.2.0 and WindowMaker-0.80, no xxkb (or where it is?). Switchers are (left/right) Ctrl-Shift. Same in console. This combination works without any keyrus.com or something in autoexec.bat since Eric Biederman made patch for dosemu-1.1.2.7: ----------------------------------------------------- Begin forwarded message: Date: 20 Jan 2002 15:03:54 -0700 From: "Eric W. Biederman" To: "bATALOW gRIGORIJ" Subject: Re: Locale settings in dosemu-1.0.2 "bATALOW gRIGORIJ" writes: > Also console seems not to supporting locale. > It doesn't show russian nor allow to put it in. For $_console = (1) $_graphics=(1) this should work exactly as with normal dos. For terminals support was just added in the development version. dosemu-1.1.2.7 supports this but doesn't have support for koi8-r The attached file add basic support for displaying russian in terminals. comment out $_term_char_set Set $_internal_char_set="cp866" $_external_char_set="koi8-r-safe" (which should work on all terminals) $_external_char_set="koi8-r" (This gives garbage on some terminals) ----------------------------------------------------- (patch is already implemented in 1.1.3) "Stas Sergeev" wrote: > Because dos's switch works under xdos > also without Sergey's patch, but not the > system switch. I use dosemu-1.1.3 and start it as xdosemu. But dosemu in console also works the same way. > And if yes, then how are you setting the > $_layout option? $_layout = "auto" > Cause I don't think you can set it to > "ru" without a Sergey's patch. I use it with dosemu-1.0.1 and -1.0.2. -- Grigory Batalov.