diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2005-01-20 16:06:53 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-20 16:06:53 -0800 |
| commit | e3945630803ce3d60ac280930c6a22187cb8928f (patch) | |
| tree | 00fe4b4cd6b5f8f23b0a66a1f022d171accf4efe /drivers | |
| parent | 20f130b6f18157b22ef2f254fe93c18646a52e0c (diff) | |
[PATCH] Use official Unicodes for DEC VT characters
The use of U+F800 to U+F804 has been deprecated since 2003; this makes the
deprecation effective by replacing these characters with the officially
assigned U+23BA to U+23BD.
It also updates unicode.txt to match the latest version from the LANANA
webpage.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/char/consolemap.c | 4 | ||||
| -rw-r--r-- | drivers/char/cp437.uni | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/consolemap.c b/drivers/char/consolemap.c index bfe300b42287..6f96e3ce081c 100644 --- a/drivers/char/consolemap.c +++ b/drivers/char/consolemap.c @@ -74,8 +74,8 @@ static unsigned short translations[][256] = { 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, 0x0058, 0x0059, 0x005a, 0x005b, 0x005c, 0x005d, 0x005e, 0x00a0, 0x25c6, 0x2592, 0x2409, 0x240c, 0x240d, 0x240a, 0x00b0, 0x00b1, - 0x2591, 0x240b, 0x2518, 0x2510, 0x250c, 0x2514, 0x253c, 0xf800, - 0xf801, 0x2500, 0xf803, 0xf804, 0x251c, 0x2524, 0x2534, 0x252c, + 0x2591, 0x240b, 0x2518, 0x2510, 0x250c, 0x2514, 0x253c, 0x23ba, + 0x23bb, 0x2500, 0x23bc, 0x23bd, 0x251c, 0x2524, 0x2534, 0x252c, 0x2502, 0x2264, 0x2265, 0x03c0, 0x2260, 0x00a3, 0x00b7, 0x007f, 0x0080, 0x0081, 0x0082, 0x0083, 0x0084, 0x0085, 0x0086, 0x0087, 0x0088, 0x0089, 0x008a, 0x008b, 0x008c, 0x008d, 0x008e, 0x008f, diff --git a/drivers/char/cp437.uni b/drivers/char/cp437.uni index b6c0fa040289..1f06889a96b9 100644 --- a/drivers/char/cp437.uni +++ b/drivers/char/cp437.uni @@ -111,7 +111,7 @@ 0x5c U+005c 0x5d U+005d 0x5e U+005e -0x5f U+005f U+f804 +0x5f U+005f U+23bd U+f804 0x60 U+0060 0x61 U+0061 U+00e3 0x62 U+0062 |
