Subject: Re: wscons ioctl's
To: Bang Jun-Young <junyoung@mogua.com>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 02/06/2002 02:09:46
> > 	u_int16_t character;			/* character */

Pardon my ignorance, you will know better: is u_int16_t realy enough here?
I haven't followed all the multibyte encoding discussions lately, but ISTR
there have been strong objections against "only" using UNICODE.

While there are multiple ways a character can be encoded when getting on the
screen, this interface defines only one way to get it back (and can not do
variable length encodings) - so the returned value should be unique.

Martin