Re: non-ascii characters and 8-bit Hurd console

2006-01-23 Thread Marcus Brinkmann
On Mon, 2006-01-23 at 20:39 +0100, Samuel Thibault wrote: > [hurd]/console/ChangeLog > 2006-01-23 Samuel Thibault <[EMAIL PROTECTED]> > > Fix encoding of console input. We usually only describe changes this way when there is a whole batch of related changes. > * input.c (input_cr

Re: non-ascii characters and 8-bit Hurd console

2006-01-23 Thread Marco Gerards
Samuel Thibault <[EMAIL PROTECTED]> writes: Hi Samuel, > When typing non-ascii characters (for instance 'ç') on an 8-bit Hurd > console, one gets: > ç > which is obviously wrong :) But this is actually a double utf-8 encoding > of 'ç'. Here is the fixup: > > [hurd]/console/ChangeLog > 2006-01-

non-ascii characters and 8-bit Hurd console

2006-01-23 Thread Samuel Thibault
Hi, When typing non-ascii characters (for instance 'ç') on an 8-bit Hurd console, one gets: ç which is obviously wrong :) But this is actually a double utf-8 encoding of 'ç'. Here is the fixup: [hurd]/console/ChangeLog 2006-01-23 Samuel Thibault <[EMAIL PROTECTED]> Fix encoding of c