summaryrefslogtreecommitdiffstats
path: root/share/syscons/scrnmaps/koi8-r2cp866
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-11-23 01:25:56 +0000
committerache <ache@FreeBSD.org>2001-11-23 01:25:56 +0000
commitc63e0b16dd7e92fc2e270e92e0d460a33ea98f6b (patch)
treea1b1994442cde9062a2a73e322056fd08364e980 /share/syscons/scrnmaps/koi8-r2cp866
parent1aae1f7206ddc8869eca78146ccff48d0b0294c0 (diff)
downloadFreeBSD-src-c63e0b16dd7e92fc2e270e92e0d460a33ea98f6b.zip
FreeBSD-src-c63e0b16dd7e92fc2e270e92e0d460a33ea98f6b.tar.gz
1) Map all unused characters into 'space'.
2) iso-8859-4_to_cp437 not do what its name tells at all, remove it
Diffstat (limited to 'share/syscons/scrnmaps/koi8-r2cp866')
-rw-r--r--share/syscons/scrnmaps/koi8-r2cp86614
1 files changed, 8 insertions, 6 deletions
diff --git a/share/syscons/scrnmaps/koi8-r2cp866 b/share/syscons/scrnmaps/koi8-r2cp866
index 9f300a8..421a7a2 100644
--- a/share/syscons/scrnmaps/koi8-r2cp866
+++ b/share/syscons/scrnmaps/koi8-r2cp866
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1994 by Andrew A. Chernov, Moscow, Russia.
+ * Copyright (C) 1994-2001 by Andrey A. Chernov, Moscow, Russia.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -22,13 +22,15 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
scrmap_t scrmap = {
- 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
- 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
- 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
- 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f,
+ 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, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
@@ -40,7 +42,7 @@ 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, 0x7f,
+ 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x20,
0xc4, 0xb3, 0xda, 0xbf, 0xc0, 0xd9, 0xc3, 0xb4,
0xc2, 0xc1, 0xc5, 0xdf, 0xdc, 0xdb, 0xdd, 0xde,
0xb0, 0xb1, 0xb2, 0xf4, 0xfe, 0xf9, 0xfb, 0xf7,
OpenPOWER on IntegriCloud