diff options
-rw-r--r-- | textscreen/txt_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_gui.c b/textscreen/txt_gui.c index bc869255..30d43808 100644 --- a/textscreen/txt_gui.c +++ b/textscreen/txt_gui.c @@ -34,7 +34,7 @@ typedef struct txt_cliparea_s txt_cliparea_t; static const uint16_t cp437_unicode[] = { 0x00c7, 0x00fc, 0x00e9, 0x00e2, // 80-8f - 0x00e4, 0x00e0, 0x00e5, 0x00e6, + 0x00e4, 0x00e0, 0x00e5, 0x00e7, 0x00ea, 0x00eb, 0x00e8, 0x00ef, 0x00ee, 0x00ec, 0x00c4, 0x00c5, |