Convert CONFIG_SYS_MONITOR_BASE to Kconfig
[platform/kernel/u-boot.git] / include / video_font_data.h
index c7a8b9b..6e64198 100644 (file)
@@ -1,30 +1,20 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2000
  * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
  *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * This file contains an 8x16 bitmap font for code page 437.
  */
 
 #ifndef _VIDEO_FONT_DATA_
 #define _VIDEO_FONT_DATA_
 
-static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
+#define VIDEO_FONT_CHARS       256
+#define VIDEO_FONT_WIDTH       8
+#define VIDEO_FONT_HEIGHT      16
+#define VIDEO_FONT_SIZE                (VIDEO_FONT_CHARS * VIDEO_FONT_HEIGHT)
+
+static unsigned char __maybe_unused video_fontdata[VIDEO_FONT_SIZE] = {
 
        /* 0 0x00 '^@' */
        0x00, /* 00000000 */
@@ -2312,7 +2302,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 127 0x7f '\7f*/
+       /* 127 0x7f */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -2330,7 +2320,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 128 0x80 '\80*/
+       /* 128 0x80 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x3c, /* 00111100 */
@@ -2348,7 +2338,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 129 0x81 '\81*/
+       /* 129 0x81 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0xcc, /* 11001100 */
@@ -2366,7 +2356,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 130 0x82 '\82*/
+       /* 130 0x82 */
        0x00, /* 00000000 */
        0x0c, /* 00001100 */
        0x18, /* 00011000 */
@@ -2384,7 +2374,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 131 0x83 '\83*/
+       /* 131 0x83 */
        0x00, /* 00000000 */
        0x10, /* 00010000 */
        0x38, /* 00111000 */
@@ -2402,7 +2392,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 132 0x84 '\84*/
+       /* 132 0x84 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0xcc, /* 11001100 */
@@ -2420,7 +2410,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 133 0x85 '\85*/
+       /* 133 0x85 */
        0x00, /* 00000000 */
        0x60, /* 01100000 */
        0x30, /* 00110000 */
@@ -2438,7 +2428,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 134 0x86 '\86*/
+       /* 134 0x86 */
        0x00, /* 00000000 */
        0x38, /* 00111000 */
        0x6c, /* 01101100 */
@@ -2456,7 +2446,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 135 0x87 '\87*/
+       /* 135 0x87 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -2474,7 +2464,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 136 0x88 '\88*/
+       /* 136 0x88 */
        0x00, /* 00000000 */
        0x10, /* 00010000 */
        0x38, /* 00111000 */
@@ -2492,7 +2482,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 137 0x89 '\89*/
+       /* 137 0x89 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0xc6, /* 11000110 */
@@ -2510,7 +2500,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 138 0x8a '\8a*/
+       /* 138 0x8a */
        0x00, /* 00000000 */
        0x60, /* 01100000 */
        0x30, /* 00110000 */
@@ -2528,7 +2518,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 139 0x8b '\8b*/
+       /* 139 0x8b */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x66, /* 01100110 */
@@ -2546,7 +2536,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 140 0x8c '\8c*/
+       /* 140 0x8c */
        0x00, /* 00000000 */
        0x18, /* 00011000 */
        0x3c, /* 00111100 */
@@ -2564,7 +2554,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 141 0x8d '\8d*/
+       /* 141 0x8d */
        0x00, /* 00000000 */
        0x60, /* 01100000 */
        0x30, /* 00110000 */
@@ -2582,7 +2572,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 142 0x8e '\8e*/
+       /* 142 0x8e */
        0x00, /* 00000000 */
        0xc6, /* 11000110 */
        0x00, /* 00000000 */
@@ -2600,7 +2590,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 143 0x8f '\8f*/
+       /* 143 0x8f */
        0x38, /* 00111000 */
        0x6c, /* 01101100 */
        0x38, /* 00111000 */
@@ -2618,7 +2608,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 144 0x90 '\90*/
+       /* 144 0x90 */
        0x0c, /* 00001100 */
        0x18, /* 00011000 */
        0x00, /* 00000000 */
@@ -2636,7 +2626,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 145 0x91 '\91*/
+       /* 145 0x91 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -2654,7 +2644,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 146 0x92 '\92*/
+       /* 146 0x92 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x3e, /* 00111110 */
@@ -2672,7 +2662,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 147 0x93 '\93*/
+       /* 147 0x93 */
        0x00, /* 00000000 */
        0x10, /* 00010000 */
        0x38, /* 00111000 */
@@ -2690,7 +2680,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 148 0x94 '\94*/
+       /* 148 0x94 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0xc6, /* 11000110 */
@@ -2708,7 +2698,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 149 0x95 '\95*/
+       /* 149 0x95 */
        0x00, /* 00000000 */
        0x60, /* 01100000 */
        0x30, /* 00110000 */
@@ -2726,7 +2716,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 150 0x96 '\96*/
+       /* 150 0x96 */
        0x00, /* 00000000 */
        0x30, /* 00110000 */
        0x78, /* 01111000 */
@@ -2744,7 +2734,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 151 0x97 '\97*/
+       /* 151 0x97 */
        0x00, /* 00000000 */
        0x60, /* 01100000 */
        0x30, /* 00110000 */
@@ -2762,7 +2752,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 152 0x98 '\98*/
+       /* 152 0x98 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0xc6, /* 11000110 */
@@ -2780,7 +2770,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x78, /* 01111000 */
        0x00, /* 00000000 */
 
-       /* 153 0x99 '\99*/
+       /* 153 0x99 */
        0x00, /* 00000000 */
        0xc6, /* 11000110 */
        0x00, /* 00000000 */
@@ -2798,7 +2788,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 154 0x9a '\9a*/
+       /* 154 0x9a */
        0x00, /* 00000000 */
        0xc6, /* 11000110 */
        0x00, /* 00000000 */
@@ -2816,7 +2806,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 155 0x9b '\9b*/
+       /* 155 0x9b */
        0x00, /* 00000000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -2834,7 +2824,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 156 0x9c '\9c*/
+       /* 156 0x9c */
        0x00, /* 00000000 */
        0x38, /* 00111000 */
        0x6c, /* 01101100 */
@@ -2852,7 +2842,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 157 0x9d '\9d*/
+       /* 157 0x9d */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x66, /* 01100110 */
@@ -2870,7 +2860,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 158 0x9e '\9e*/
+       /* 158 0x9e */
        0x00, /* 00000000 */
        0xf8, /* 11111000 */
        0xcc, /* 11001100 */
@@ -2888,7 +2878,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 159 0x9f '\9f*/
+       /* 159 0x9f */
        0x00, /* 00000000 */
        0x0e, /* 00001110 */
        0x1b, /* 00011011 */
@@ -2906,7 +2896,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 160 0xa0 ' ' */
+       /* 160 0xa0 */
        0x00, /* 00000000 */
        0x18, /* 00011000 */
        0x30, /* 00110000 */
@@ -2924,7 +2914,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 161 0xa1 '¡' */
+       /* 161 0xa1 */
        0x00, /* 00000000 */
        0x0c, /* 00001100 */
        0x18, /* 00011000 */
@@ -2942,7 +2932,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 162 0xa2 '¢' */
+       /* 162 0xa2 */
        0x00, /* 00000000 */
        0x18, /* 00011000 */
        0x30, /* 00110000 */
@@ -2960,7 +2950,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 163 0xa3 '£' */
+       /* 163 0xa3 */
        0x00, /* 00000000 */
        0x18, /* 00011000 */
        0x30, /* 00110000 */
@@ -2978,7 +2968,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 164 0xa4 '¤' */
+       /* 164 0xa4 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x76, /* 01110110 */
@@ -2996,7 +2986,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 165 0xa5 '¥' */
+       /* 165 0xa5 */
        0x76, /* 01110110 */
        0xdc, /* 11011100 */
        0x00, /* 00000000 */
@@ -3014,7 +3004,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 166 0xa6 '¦' */
+       /* 166 0xa6 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x3c, /* 00111100 */
@@ -3032,7 +3022,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 167 0xa7 '§' */
+       /* 167 0xa7 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x38, /* 00111000 */
@@ -3050,7 +3040,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 168 0xa8 '¨' */
+       /* 168 0xa8 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x30, /* 00110000 */
@@ -3068,7 +3058,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 169 0xa9 '©' */
+       /* 169 0xa9 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3086,7 +3076,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 170 0xaa 'ª' */
+       /* 170 0xaa */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3104,7 +3094,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 171 0xab '«' */
+       /* 171 0xab */
        0x00, /* 00000000 */
        0x60, /* 01100000 */
        0xe0, /* 11100000 */
@@ -3122,7 +3112,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 172 0xac '¬' */
+       /* 172 0xac */
        0x00, /* 00000000 */
        0x60, /* 01100000 */
        0xe0, /* 11100000 */
@@ -3140,7 +3130,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 173 0xad '­' */
+       /* 173 0xad */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x18, /* 00011000 */
@@ -3158,7 +3148,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 174 0xae '®' */
+       /* 174 0xae */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3176,7 +3166,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 175 0xaf '¯' */
+       /* 175 0xaf */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3194,7 +3184,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 176 0xb0 '°' */
+       /* 176 0xb0 */
        0x11, /* 00010001 */
        0x44, /* 01000100 */
        0x11, /* 00010001 */
@@ -3212,7 +3202,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x11, /* 00010001 */
        0x44, /* 01000100 */
 
-       /* 177 0xb1 '±' */
+       /* 177 0xb1 */
        0x55, /* 01010101 */
        0xaa, /* 10101010 */
        0x55, /* 01010101 */
@@ -3230,7 +3220,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x55, /* 01010101 */
        0xaa, /* 10101010 */
 
-       /* 178 0xb2 '²' */
+       /* 178 0xb2 */
        0xdd, /* 11011101 */
        0x77, /* 01110111 */
        0xdd, /* 11011101 */
@@ -3248,7 +3238,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0xdd, /* 11011101 */
        0x77, /* 01110111 */
 
-       /* 179 0xb3 '³' */
+       /* 179 0xb3 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3266,7 +3256,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 180 0xb4 '´' */
+       /* 180 0xb4 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3284,7 +3274,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 181 0xb5 'µ' */
+       /* 181 0xb5 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3302,7 +3292,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 182 0xb6 '¶' */
+       /* 182 0xb6 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3320,7 +3310,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 183 0xb7 '·' */
+       /* 183 0xb7 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3338,7 +3328,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 184 0xb8 '¸' */
+       /* 184 0xb8 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3356,7 +3346,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 185 0xb9 '¹' */
+       /* 185 0xb9 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3374,7 +3364,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 186 0xba 'º' */
+       /* 186 0xba */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3392,7 +3382,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 187 0xbb '»' */
+       /* 187 0xbb */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3410,7 +3400,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 188 0xbc '¼' */
+       /* 188 0xbc */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3428,7 +3418,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 189 0xbd '½' */
+       /* 189 0xbd */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3446,7 +3436,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 190 0xbe '¾' */
+       /* 190 0xbe */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3464,7 +3454,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 191 0xbf '¿' */
+       /* 191 0xbf */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3482,7 +3472,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 192 0xc0 'À' */
+       /* 192 0xc0 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3500,7 +3490,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 193 0xc1 'Á' */
+       /* 193 0xc1 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3518,7 +3508,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 194 0xc2 'Â' */
+       /* 194 0xc2 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3536,7 +3526,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 195 0xc3 'Ã' */
+       /* 195 0xc3 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3554,7 +3544,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 196 0xc4 'Ä' */
+       /* 196 0xc4 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3572,7 +3562,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 197 0xc5 'Å' */
+       /* 197 0xc5 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3590,7 +3580,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 198 0xc6 'Æ' */
+       /* 198 0xc6 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3608,7 +3598,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 199 0xc7 'Ç' */
+       /* 199 0xc7 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3626,7 +3616,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 200 0xc8 'È' */
+       /* 200 0xc8 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3644,7 +3634,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 201 0xc9 'É' */
+       /* 201 0xc9 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3662,7 +3652,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 202 0xca 'Ê' */
+       /* 202 0xca */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3680,7 +3670,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 203 0xcb 'Ë' */
+       /* 203 0xcb */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3698,7 +3688,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 204 0xcc 'Ì' */
+       /* 204 0xcc */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3716,7 +3706,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 205 0xcd 'Í' */
+       /* 205 0xcd */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3734,7 +3724,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 206 0xce 'Î' */
+       /* 206 0xce */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3752,7 +3742,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 207 0xcf 'Ï' */
+       /* 207 0xcf */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3770,7 +3760,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 208 0xd0 'Ð' */
+       /* 208 0xd0 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3788,7 +3778,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 209 0xd1 'Ñ' */
+       /* 209 0xd1 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3806,7 +3796,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 210 0xd2 'Ò' */
+       /* 210 0xd2 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3824,7 +3814,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 211 0xd3 'Ó' */
+       /* 211 0xd3 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3842,7 +3832,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 212 0xd4 'Ô' */
+       /* 212 0xd4 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3860,7 +3850,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 213 0xd5 'Õ' */
+       /* 213 0xd5 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3878,7 +3868,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 214 0xd6 'Ö' */
+       /* 214 0xd6 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3896,7 +3886,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 215 0xd7 '×' */
+       /* 215 0xd7 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
        0x36, /* 00110110 */
@@ -3914,7 +3904,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x36, /* 00110110 */
        0x36, /* 00110110 */
 
-       /* 216 0xd8 'Ø' */
+       /* 216 0xd8 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3932,7 +3922,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 217 0xd9 'Ù' */
+       /* 217 0xd9 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -3950,7 +3940,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 218 0xda 'Ú' */
+       /* 218 0xda */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -3968,7 +3958,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 219 0xdb 'Û' */
+       /* 219 0xdb */
        0xff, /* 11111111 */
        0xff, /* 11111111 */
        0xff, /* 11111111 */
@@ -3986,7 +3976,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0xff, /* 11111111 */
        0xff, /* 11111111 */
 
-       /* 220 0xdc 'Ü' */
+       /* 220 0xdc */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4004,7 +3994,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0xff, /* 11111111 */
        0xff, /* 11111111 */
 
-       /* 221 0xdd 'Ý' */
+       /* 221 0xdd */
        0xf0, /* 11110000 */
        0xf0, /* 11110000 */
        0xf0, /* 11110000 */
@@ -4022,7 +4012,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0xf0, /* 11110000 */
        0xf0, /* 11110000 */
 
-       /* 222 0xde 'Þ' */
+       /* 222 0xde */
        0x0f, /* 00001111 */
        0x0f, /* 00001111 */
        0x0f, /* 00001111 */
@@ -4040,7 +4030,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x0f, /* 00001111 */
        0x0f, /* 00001111 */
 
-       /* 223 0xdf 'ß' */
+       /* 223 0xdf */
        0xff, /* 11111111 */
        0xff, /* 11111111 */
        0xff, /* 11111111 */
@@ -4058,7 +4048,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 224 0xe0 'à' */
+       /* 224 0xe0 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4076,7 +4066,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 225 0xe1 'á' */
+       /* 225 0xe1 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x78, /* 01111000 */
@@ -4094,7 +4084,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 226 0xe2 'â' */
+       /* 226 0xe2 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0xfe, /* 11111110 */
@@ -4112,7 +4102,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 227 0xe3 'ã' */
+       /* 227 0xe3 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4130,7 +4120,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 228 0xe4 'ä' */
+       /* 228 0xe4 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0xfe, /* 11111110 */
@@ -4148,7 +4138,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 229 0xe5 'å' */
+       /* 229 0xe5 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4166,7 +4156,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 230 0xe6 'æ' */
+       /* 230 0xe6 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4184,7 +4174,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0xc0, /* 11000000 */
        0x00, /* 00000000 */
 
-       /* 231 0xe7 'ç' */
+       /* 231 0xe7 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4202,7 +4192,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 232 0xe8 'è' */
+       /* 232 0xe8 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x7e, /* 01111110 */
@@ -4220,7 +4210,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 233 0xe9 'é' */
+       /* 233 0xe9 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x38, /* 00111000 */
@@ -4238,7 +4228,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 234 0xea 'ê' */
+       /* 234 0xea */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x38, /* 00111000 */
@@ -4256,7 +4246,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 235 0xeb 'ë' */
+       /* 235 0xeb */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x1e, /* 00011110 */
@@ -4274,7 +4264,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 236 0xec 'ì' */
+       /* 236 0xec */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4292,7 +4282,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 237 0xed 'í' */
+       /* 237 0xed */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4310,7 +4300,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 238 0xee 'î' */
+       /* 238 0xee */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x1c, /* 00011100 */
@@ -4328,7 +4318,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 239 0xef 'ï' */
+       /* 239 0xef */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4346,7 +4336,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 240 0xf0 'ð' */
+       /* 240 0xf0 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4364,7 +4354,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 241 0xf1 'ñ' */
+       /* 241 0xf1 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4382,7 +4372,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 242 0xf2 'ò' */
+       /* 242 0xf2 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4400,7 +4390,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 243 0xf3 'ó' */
+       /* 243 0xf3 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4418,7 +4408,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 244 0xf4 'ô' */
+       /* 244 0xf4 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x0e, /* 00001110 */
@@ -4436,7 +4426,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x18, /* 00011000 */
        0x18, /* 00011000 */
 
-       /* 245 0xf5 'õ' */
+       /* 245 0xf5 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
        0x18, /* 00011000 */
@@ -4454,7 +4444,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 246 0xf6 'ö' */
+       /* 246 0xf6 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4472,7 +4462,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 247 0xf7 '÷' */
+       /* 247 0xf7 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4490,7 +4480,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 248 0xf8 'ø' */
+       /* 248 0xf8 */
        0x00, /* 00000000 */
        0x38, /* 00111000 */
        0x6c, /* 01101100 */
@@ -4508,7 +4498,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 249 0xf9 'ù' */
+       /* 249 0xf9 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4526,7 +4516,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 250 0xfa 'ú' */
+       /* 250 0xfa */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4544,7 +4534,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 251 0xfb 'û' */
+       /* 251 0xfb */
        0x00, /* 00000000 */
        0x0f, /* 00001111 */
        0x0c, /* 00001100 */
@@ -4562,7 +4552,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 252 0xfc 'ü' */
+       /* 252 0xfc */
        0x00, /* 00000000 */
        0x6c, /* 01101100 */
        0x36, /* 00110110 */
@@ -4580,7 +4570,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 253 0xfd 'ý' */
+       /* 253 0xfd */
        0x00, /* 00000000 */
        0x3c, /* 00111100 */
        0x66, /* 01100110 */
@@ -4598,7 +4588,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 254 0xfe 'þ' */
+       /* 254 0xfe */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
@@ -4616,7 +4606,7 @@ static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
        0x00, /* 00000000 */
        0x00, /* 00000000 */
 
-       /* 255 0xff 'ÿ' */
+       /* 255 0xff */
        0x00, /* 00000000 */
        0x00, /* 00000000 */
        0x00, /* 00000000 */