commit 20f405ec5416e5c543425fadc1068e5983cdd136
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Feb 3 21:38:06 2012 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Fri Feb 3 21:38:06 2012 +0000
Fix CP437-Unicode mapping of cedilla character.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2492
---
textscreen/txt_gui.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,