shithub: choc

Download patch

ref: 20f405ec5416e5c543425fadc1068e5983cdd136
parent: 85b5a7487d5b44b94e6d2fc74c997ec69e352b1a
author: Simon Howard <[email protected]>
date: Fri Feb 3 16:38:06 EST 2012

Fix CP437-Unicode mapping of cedilla character.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2492

--- a/textscreen/txt_gui.c
+++ b/textscreen/txt_gui.c
@@ -34,7 +34,7 @@
 
 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,