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
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-
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