Prev: [PATCH] Drivers: w1: omap_hdq: Fix missing include sched.h
Next: repost - RFC [Patch] Remove "please try 'cgroup_disable=memory' option if you don't want memory cgroups" printk at boot time.
From: Alan Cox on 19 Apr 2010 10:30 On Mon, 19 Apr 2010 15:57:52 +0200 (CEST) Jan Engelhardt <jengelh(a)medozas.de> wrote: > Hi, > > > > I am proposing the patch below for inclusion. > Also pullable via > git://dev.medozas.de/linux siso It seems to do a lot of other things as well. Can you split out just the relevant bit ? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Alexander E. Patrakov on 19 Apr 2010 10:30 Jan Engelhardt wrote: > vt: deactive Shift In/Out in unicode mode > > WP describes these control codes as: "The original meaning of those > characters was to switch to a different character set and back. This > was used, for instance, in the Russian character set known as KOI7, > where SO starts printing Russian letters, and SI starts printing Latin > letters again." Since KOI7 is not used by any glibc locale, your use case is now extinct. I think that, unless someone finds out a different use case, these SI and SO characters should be deactivated completely (and not just in unicode mode). -- Alexander E. Patrakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jan Engelhardt on 19 Apr 2010 12:30 On Monday 2010-04-19 16:31, Alan Cox wrote: >> >> I am proposing the patch below for inclusion. >> Also pullable via >> git://dev.medozas.de/linux siso > >It seems to do a lot of other things as well. Can you split out just the >relevant bit ? It's really just the top commit. Perhaps I should rebase it to a v2.6.34-rcX tag so that shortlog does what one expects. Alexander mentioned: [quoting the gmane nntp posting which was stripped of To:s and Cc:s] > >Since KOI7 is not used by any glibc locale, your use case is now >extinct. I think that, unless someone finds out a different use case, >these SI and SO characters should be deactivated completely (and not >just in unicode mode). Alan, do you agree that the entire SI/SO can/should be removed? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: James Cloos on 20 Apr 2010 16:10 >>>>> "AEP" == Alexander E Patrakov <patrakov(a)gmail.com> writes: AEP> Since KOI7 is not used by any glibc locale, your use case is now AEP> extinct. I think that, unless someone finds out a different use case, AEP> these SI and SO characters should be deactivated completely (and not AEP> just in unicode mode). SI/SO is also relevant for line draw characters and the like. Here is a key for the default set in my (X11) term emulator, I presume it is the same as what the console supports: _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ ▮ ◆ ▒ ␉ ␌ ␍ ␊ ° ±  ␋ ┘ ┐ ┌ └ ┼ ⎺ ⎻ ─ ⎼ ⎽ ├ ┤ ┴ ┬ │ ≤ ≥ π ≠ £ · Those are important, and the console should continue to support them even when not in UTF-8 mode. -JimC -- James Cloos <cloos(a)jhcloos.com> OpenPGP: 1024D/ED7DAEA6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: H. Peter Anvin on 20 Apr 2010 20:00
On 04/19/2010 09:20 AM, Jan Engelhardt wrote: > > On Monday 2010-04-19 16:31, Alan Cox wrote: >>> >>> I am proposing the patch below for inclusion. >>> Also pullable via >>> git://dev.medozas.de/linux siso >> >> It seems to do a lot of other things as well. Can you split out just the >> relevant bit ? > > It's really just the top commit. Perhaps I should rebase it to a > v2.6.34-rcX tag so that shortlog does what one expects. > > Alexander mentioned: > > [quoting the gmane nntp posting which was stripped of To:s and Cc:s] >> >> Since KOI7 is not used by any glibc locale, your use case is now >> extinct. I think that, unless someone finds out a different use case, >> these SI and SO characters should be deactivated completely (and not >> just in unicode mode). > > Alan, do you agree that the entire SI/SO can/should be removed? VT line drawing characters are generally assumed to be accessible using SI/SO (as they are by default.) -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |