On Thu, Nov 23, 2000 at 10:05:36PM +0100, Marcin Owsiany wrote:
> On Tue, Nov 21, 2000 at 06:35:12AM -0500, Adam Di Carlo wrote:
> >
> > I looked into it myself to see what the deal was and I couldn't figure
> > out why it was failing.
Just an idea: am I right that the failing keymap load is called
in main_menu.c here?:
#ifdef USE_LANGUAGE_CHOOSER
/* assert (lang != NULL); */
if (lang->keymap != NULL && lang->keymap[0] != '\0')
{
/*
* MSS: I am not sure this is needed as we've already
* chosen the localized environment
*/
configure_keyboard (lang->keymap);
goto done_keyboard;
}
#endif
If so, then isn't lang->keymap in Unicode or something and that
causes the strcmp in configure_keymap() to fail? I know it's
supposed to be ASCII, but maybe I'm wrong?
Marcin
--
Marcin Owsiany <[EMAIL PROTECTED]>
http://student.uci.agh.edu.pl/~porridge/
GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]