public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: Jiri Bohac <jbohac@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] console keyboard mapping broken by 04c71976
Date: Wed, 11 Jun 2008 16:23:59 +0100	[thread overview]
Message-ID: <20080611152359.GQ4244@implementation.uk.xensource.com> (raw)
In-Reply-To: <20080611151028.GB11462@midget.suse.cz>

Jiri Bohac, le Wed 11 Jun 2008 17:10:28 +0200, a écrit :
> 	...
> 	type = KTYP(keysym);		// 0xfb
> 	...
> 	type -= 0xf0;			// 0xb
>         if (type == KT_LETTER) {	// true
>                 type = KT_LATIN;	// 0
>  
> 	...
>         (*k_handler[type])(vc, keysym & 0xff, !down); 
> 		// calls k_self, note there is really no space for a 
> 		// full unicode representation ;-)

Ah, right, my too-quick look mistook your case with the (type < 0xf0)
case, which does have room for unicode.

Well, in my tests it _was_ working with latin2.  I'll dig more this
evening.

Samuel

  reply	other threads:[~2008-06-11 15:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-11 13:48 [PATCH] console keyboard mapping broken by 04c71976 Jiri Bohac
2008-06-11 14:03 ` Samuel Thibault
2008-06-11 15:10   ` Jiri Bohac
2008-06-11 15:23     ` Samuel Thibault [this message]
2008-06-12  1:18 ` Samuel Thibault
2008-06-12  1:27   ` Andrew Morton
2008-06-12  1:36     ` Samuel Thibault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080611152359.GQ4244@implementation.uk.xensource.com \
    --to=samuel.thibault@ens-lyon.org \
    --cc=akpm@linux-foundation.org \
    --cc=jbohac@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox