summaryrefslogtreecommitdiffstats
path: root/share/syscons/scrnmaps/iso-8859-1_to_cp437
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-01-21 21:52:02 +0000
committerache <ache@FreeBSD.org>2002-01-21 21:52:02 +0000
commit515c235f60d4d93b0a950878210f0ce91d4c3a98 (patch)
tree5eb8c9e917c4dfacb43321bb1410cd5d131937aa /share/syscons/scrnmaps/iso-8859-1_to_cp437
parent693310f44f0afa2887c200b61f92e28f2d55d0e4 (diff)
downloadFreeBSD-src-515c235f60d4d93b0a950878210f0ce91d4c3a98.zip
FreeBSD-src-515c235f60d4d93b0a950878210f0ce91d4c3a98.tar.gz
The idea of mapping non-existen characters to space (0x20) was nice alone,
but those maps also used as backward maps for Paste, so space becomes mapped to last non-existen character on Paste as result. Fix it by mapping non-existen characters to another non-existen one, i.e. to 0x00, so unused 0x00 can be backward-mapped to some junk without real harm. Pointed by: Alexander Kabaev <ak03@gte.com>
Diffstat (limited to 'share/syscons/scrnmaps/iso-8859-1_to_cp437')
-rw-r--r--share/syscons/scrnmaps/iso-8859-1_to_cp43726
1 files changed, 13 insertions, 13 deletions
diff --git a/share/syscons/scrnmaps/iso-8859-1_to_cp437 b/share/syscons/scrnmaps/iso-8859-1_to_cp437
index 1822633..c18e62f 100644
--- a/share/syscons/scrnmaps/iso-8859-1_to_cp437
+++ b/share/syscons/scrnmaps/iso-8859-1_to_cp437
@@ -26,10 +26,10 @@
*/
scrmap_t scrmap = {
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
@@ -41,15 +41,15 @@ scrmap_t scrmap = {
0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f,
0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77,
- 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0xff, 0xad, 0x9b, 0x9c, 0x20, 0x9d, 0x7c, 0x20,
- 0x22, 0x43, 0x61, 0xae, 0x7e, 0x20, 0x52, 0x20,
- 0xf8, 0xf1, 0xfd, 0x33, 0x27, 0xe6, 0x20, 0xfa,
- 0x2c, 0x31, 0x6f, 0xaf, 0xac, 0xab, 0x20, 0xa8,
+ 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xff, 0xad, 0x9b, 0x9c, 0x00, 0x9d, 0x7c, 0x00,
+ 0x22, 0x43, 0x61, 0xae, 0x7e, 0x00, 0x52, 0x00,
+ 0xf8, 0xf1, 0xfd, 0x33, 0x27, 0xe6, 0x00, 0xfa,
+ 0x2c, 0x31, 0x6f, 0xaf, 0xac, 0xab, 0x00, 0xa8,
0x41, 0x41, 0x41, 0x41, 0x8e, 0x8f, 0x92, 0x80,
0x45, 0x90, 0x45, 0x45, 0x49, 0x49, 0x49, 0x49,
0x81, 0xa5, 0x4f, 0x4f, 0x4f, 0x4f, 0x99, 0x4f,
OpenPOWER on IntegriCloud