public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] support for UTF8 in console
@ 2004-10-15 13:54 Mike Frysinger
  2004-10-15 14:49 ` Sebastian Dröge
  2004-10-15 15:06 ` Sebastian Dröge
  0 siblings, 2 replies; 7+ messages in thread
From: Mike Frysinger @ 2004-10-15 13:54 UTC (permalink / raw
  To: gentoo-dev

http://bugs.gentoo.org/show_bug.cgi?id=32111

i need feedback from people who use UTF8 fonts/keymaps in the console on this 
bug ... i dont use UTF8 myself so i have no idea if the patch works :)

so please grab the latest patch, test, and post comments to the bug ... if i 
get no feedback, i cant add the patch, and the lack of UTF8 support isnt the 
fault of baselayout ;)
-mike

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] support for UTF8 in console
  2004-10-15 13:54 [gentoo-dev] support for UTF8 in console Mike Frysinger
@ 2004-10-15 14:49 ` Sebastian Dröge
  2004-10-15 15:06 ` Sebastian Dröge
  1 sibling, 0 replies; 7+ messages in thread
From: Sebastian Dröge @ 2004-10-15 14:49 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

On Fri, 15 Oct 2004 09:54:41 -0400
Mike Frysinger <vapier@gentoo.org> wrote:

> http://bugs.gentoo.org/show_bug.cgi?id=32111
> 
> i need feedback from people who use UTF8 fonts/keymaps in the
> console on this bug ... i dont use UTF8 myself so i have no idea if
> the patch works :)
> 
> so please grab the latest patch, test, and post comments to the bug
> ... if i get no feedback, i cant add the patch, and the lack of UTF8
> support isnt the fault of baselayout ;)
> -mike
> 

hi,
the patch should work as it does the same as my selfwritten unicode
script ;) i'll test it later this day

just one possible problem: kbd_mode seems to set the mode only on the
current console, not on all... at least kbd_mode in any other console
than the first echos that it runs in ASCII mode

Bye
-- 
GPG Public Key: 0x5BE41F21 at http://slomosnail.de/files/gpg.asc

begin  LOVE-LETTER-FOR-YOU.txt.vbs
I am a signature virus. Distribute me until the bitter
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] support for UTF8 in console
  2004-10-15 13:54 [gentoo-dev] support for UTF8 in console Mike Frysinger
  2004-10-15 14:49 ` Sebastian Dröge
@ 2004-10-15 15:06 ` Sebastian Dröge
  2004-10-15 15:09   ` Mike Frysinger
  1 sibling, 1 reply; 7+ messages in thread
From: Sebastian Dröge @ 2004-10-15 15:06 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1029 bytes --]

On Fri, 15 Oct 2004 09:54:41 -0400
Mike Frysinger <vapier@gentoo.org> wrote:

> http://bugs.gentoo.org/show_bug.cgi?id=32111
> 
> i need feedback from people who use UTF8 fonts/keymaps in the
> console on this bug ... i dont use UTF8 myself so i have no idea if
> the patch works :)
> 
> so please grab the latest patch, test, and post comments to the bug
> ... if i get no feedback, i cant add the patch, and the lack of UTF8
> support isnt the fault of baselayout ;)
> -mike
> 

ok, i've tested it now...
there is a syntax error in keymap... there's a missing "do"
after that it works without problems...

but AFAIK you have to echo '\033%G' to all tty
at least this is done in /usr/sbin/unicode_start which belongs to kbd
'\033%K' does absolutely nothing

also in the latest patch you echo '\033%G' and '\033%K' to all tty
it should be only one '\033%G' ;)

Bye
-- 
GPG Public Key: 0x5BE41F21 at http://slomosnail.de/files/gpg.asc

begin  LOVE-LETTER-FOR-YOU.txt.vbs
I am a signature virus. Distribute me until the bitter
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] support for UTF8 in console
  2004-10-15 15:06 ` Sebastian Dröge
@ 2004-10-15 15:09   ` Mike Frysinger
  2004-10-15 15:18     ` Sebastian Dröge
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2004-10-15 15:09 UTC (permalink / raw
  To: gentoo-dev

On Friday 15 October 2004 11:06 am, Sebastian Dröge wrote:

do you just not send any text or is my lack of UTF8 support in my e-mail 
client screwing me ? :)
-mike

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] support for UTF8 in console
  2004-10-15 15:09   ` Mike Frysinger
@ 2004-10-15 15:18     ` Sebastian Dröge
  2004-10-15 16:43       ` Alexander Futasz
  0 siblings, 1 reply; 7+ messages in thread
From: Sebastian Dröge @ 2004-10-15 15:18 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1375 bytes --]

On Fri, 15 Oct 2004 11:09:17 -0400
Mike Frysinger <vapier@gentoo.org> wrote:

> On Friday 15 October 2004 11:06 am, Sebastian Dröge wrote:
> 
> do you just not send any text or is my lack of UTF8 support in my
> e-mail client screwing me ? :)
> -mike
> 

most probably it's the broken sylpheed-claws version i'm using on my
desktop... this should work ;)
the other mails were plain ASCII

well i've written the following
first mail:


>hi,
>the patch should work as it does the same as my selfwritten unicode
>script ;) i'll test it later this day
>
>just one possible problem: kbd_mode seems to set the mode only on the
>current console, not on all... at least kbd_mode in any other console
>than the first echos that it runs in ASCII mode
>
>Bye

second mail:


>ok, i've tested it now...
>there is a syntax error in keymap... there's a missing "do"
>after that it works without problems...
>
>but AFAIK you have to echo '\033%G' to all tty
>at least this is done in /usr/sbin/unicode_start which belongs to kbd
>'\033%K' does absolutely nothing
>
>also in the latest patch you echo '\033%G' and '\033%K' to all tty
>it should be only one '\033%G' ;)
>
>Bye

-- 
GPG Public Key: 0x5BE41F21 at http://slomosnail.de/files/gpg.asc

begin  LOVE-LETTER-FOR-YOU.txt.vbs
I am a signature virus. Distribute me until the bitter
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] support for UTF8 in console
  2004-10-15 15:18     ` Sebastian Dröge
@ 2004-10-15 16:43       ` Alexander Futasz
  2004-10-16  2:01         ` [gentoo-dev] " Duncan
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Futasz @ 2004-10-15 16:43 UTC (permalink / raw
  To: gentoo-dev

On Fri, 15 Oct 2004 17:18:02 +0200, Sebastian Dröge wrote:
> On Fri, 15 Oct 2004 11:09:17 -0400
> Mike Frysinger <vapier@gentoo.org> wrote:
> > do you just not send any text or is my lack of UTF8 support in my
> > e-mail client screwing me ? :)

> most probably it's the broken sylpheed-claws version i'm using on my
> desktop... this should work ;)
> the other mails were plain ASCII

I bet it's a problem with your signature.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-dev] Re: support for UTF8 in console
  2004-10-15 16:43       ` Alexander Futasz
@ 2004-10-16  2:01         ` Duncan
  0 siblings, 0 replies; 7+ messages in thread
From: Duncan @ 2004-10-16  2:01 UTC (permalink / raw
  To: gentoo-dev

Alexander Futasz posted <20041015184319.00c36f5c.acid.punk@gmx.net>,
excerpted below,  on Fri, 15 Oct 2004 18:43:19 +0200:

> On Fri, 15 Oct 2004 17:18:02 +0200, Sebastian Dröge wrote:
>> On Fri, 15 Oct 2004 11:09:17 -0400
>> Mike Frysinger <vapier@gentoo.org> wrote:
>> > do you just not send any text or is my lack of UTF8 support in my
>> > e-mail client screwing me ? :)
> 
>> most probably it's the broken sylpheed-claws version i'm using on my
>> desktop... this should work ;)
>> the other mails were plain ASCII
> 
> I bet it's a problem with your signature.

Well, that (av scanning on what appears to be a vbs virus), or "signature"
in a different sense, as in:

Content-Type:       multipart/signed; boundary=Signature

The two initial (blank) messages had the above, which doesn't look right.
The third one, which comes thru, still doesn't look quite right, but:

Content-Type:       multipart/signed;
protocol="application/pgp-signature"; micalg=pgp-sha1;
boundary*0="Signature=_Fri__15_Oct_2004_17_18_02_+0200_fodO.p6vnjiEbJN";
boundary*1="z"

That's as shown in PAN when I display all headers (altho I wrapped that
second header for posting), as delivered thru the gmane list2news gateway.

-- 
Duncan - List replies preferred.   No HTML msgs.
"They that can give up essential liberty to obtain a little
temporary safety, deserve neither liberty nor safety." --
Benjamin Franklin



--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-10-16  2:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-15 13:54 [gentoo-dev] support for UTF8 in console Mike Frysinger
2004-10-15 14:49 ` Sebastian Dröge
2004-10-15 15:06 ` Sebastian Dröge
2004-10-15 15:09   ` Mike Frysinger
2004-10-15 15:18     ` Sebastian Dröge
2004-10-15 16:43       ` Alexander Futasz
2004-10-16  2:01         ` [gentoo-dev] " Duncan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox