Re: Syscons and termcap

From: Renato Botelho <rbgarga_at_gmail.com>
Date: Tue, 9 Nov 2010 16:12:04 -0200
On Tue, Nov 9, 2010 at 3:45 PM, Ed Schouten <ed_at_80386.nl> wrote:
> * Renato Botelho <rbgarga_at_gmail.com>, 20101109 17:08:
>> Well, few weeks ago I moved from ISO-8859-1 to UTF-8 on my Xorg
>> environment, and after reading this I decided to make a test.
>>
>> I rebuilt my 9.0-current (r215031) with option TEKEN_UTF8 in kernel
>> config, and after configure my syscons to use cp850-* fonts i can
>> see UTF-8 chars properly \o/
>
> Well, the point here is that it just performs some really hackish
> translation to CP437, not CP850, on the output path. It is really not
> robust. Copy-pasting is also broken because of it, because it pastes
> CP437 characters.

OK, i changed my fonts to cp437.

>> The only thing i cannot do here is to type chars with accent like áé
>> on console, because it seems to don't respect deadkeys, when I
>> press ' the char ' is show and never wait the next char to compose
>> a new one when necessary. Is it a knwon issue or i'm doing
>> something wrong?
>
> This is a known issue, since there is no translation from Unicode code
> points to UTF-8 sequences. In other words, if you press ë, the keyboard
> layer will properly send a 235 to Syscons, but instead of encoding it as
> 0xC3 0xA9, will just emit a single byte, having value 0xE9.
>
> Maybe a patch like this could already get that working, but it's just a
> quick hack.
>
>        http://80386.nl/pub/syscons-utf8.txt

It had no effect on console but, i don't know why, screwed up
my Xorg keymap, some meta keys (Mod4) stop working even
if I run a setxkbmap like this:

/usr/local/bin/setxkbmap -rules xorg -symbols
"pc(pc105)+sun_vndr/usb(sun_usb)+pc(pc105)+us(intl)"

Now i back old kernel and everything is working fine.

It's not something I need, but would be nice to have console
working with UTF-8 and accent keys :)

-- 
Renato Botelho
Received on Tue Nov 09 2010 - 17:12:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:09 UTC