From a41016b640a04425ff39d0936d7ec589299b036b Mon Sep 17 00:00:00 2001 From: bernie Date: Thu, 25 May 2006 23:36:03 +0000 Subject: [PATCH] Convert full ISO Latin 1 character set. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@634 38d2e660-2303-0410-9eaa-f027e97ec537 --- fonts/convbdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts/convbdf b/fonts/convbdf index 8b53ed9c..dba88a2b 100755 --- a/fonts/convbdf +++ b/fonts/convbdf @@ -15,7 +15,7 @@ if ($#ARGV < 0) { exit -1; } -$LAST_CHAR = 0x7e; +$LAST_CHAR = 0xff; $IMAGE_BITS = 8; $IMAGE_NIBBLES = $IMAGE_BITS/4; $IMAGE_MASK = 0xff; -- 2.25.1