Fix O umlaut like I suggested, hoping this will fix XML parsing for -listxml

This commit is contained in:
Aaron Giles 2010-11-04 06:44:54 +00:00
parent ae4981f8a9
commit d4a893ffbb
2 changed files with 3 additions and 1 deletions

View File

@ -68,6 +68,8 @@
#define UTF8_MULTIPLY "\xc3\x97" /* multiplication symbol */
#define UTF8_DEGREES "\xc2\xb0" /* degrees symbol */
#define O_UMLAUT "\xc3\x96" /* capital O with an umlaut */
/***************************************************************************

View File

@ -4369,5 +4369,5 @@ GAME( 1993, jokercrd, 0, fw2ndpal, funworld, 0, ROT0, "Vesely S
GAME( 199?, mongolnw, 0, royalcd1, royalcrd, 0, ROT0, "bootleg", "Mongolfier New (Italian)", GAME_NOT_WORKING )
GAME( 199?, soccernw, 0, royalcd1, royalcrd, soccernw, ROT0, "bootleg", "Soccer New (Italian)", GAME_NOT_WORKING )
GAME( 198?, saloon, 0, saloon, saloon, saloon, ROT0, "<unknown>", "Saloon (French, encrypted)", GAME_NOT_WORKING )
GAME( 198?, funquiz, 0, funquiz, funquiz, 0, ROT0, "Funworld / Öhlinger", "Fun World Quiz (Austrian)", 0 )
GAME( 198?, funquiz, 0, funquiz, funquiz, 0, ROT0, "Funworld / " O_UMLAUT "hlinger", "Fun World Quiz (Austrian)", 0 )