From 76650ac828e507a43ab55dc6351a37e2a45ba9b6 Mon Sep 17 00:00:00 2001 From: jodhus Date: Fri, 24 Nov 2023 15:52:02 -0500 Subject: [PATCH] Binary to text, fix attempt 2. --- src/cp437.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cp437.rs b/src/cp437.rs index de645bd..400cb9c 100644 --- a/src/cp437.rs +++ b/src/cp437.rs @@ -3,7 +3,7 @@ use bitvec::prelude::*; /// The entire IBM EGA/VGA 8x14 Codepage 437 font as integer bitmaps. /// Thanks to int10h.org and github.com/susam/pcface for the info. pub const GLYPHS: [[u8; 14]; 256] = [ - [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00], // [] (0) + [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00], // [NUL] (0) [0x00, 0x00, 0x7e, 0x81, 0xa5, 0x81, 0x81, 0xbd, 0x99, 0x81, 0x7e, 0x00, 0x00, 0x00], // [☺] (1) [0x00, 0x00, 0x7e, 0xff, 0xdb, 0xff, 0xff, 0xc3, 0xe7, 0xff, 0x7e, 0x00, 0x00, 0x00], // [☻] (2) [0x00, 0x00, 0x00, 0x6c, 0xfe, 0xfe, 0xfe, 0xfe, 0x7c, 0x38, 0x10, 0x00, 0x00, 0x00], // [♥] (3)