Fix O umlaut like I suggested, hoping this will fix XML parsing for -listxml
This commit is contained in:
parent
ae4981f8a9
commit
d4a893ffbb
@ -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 */
|
||||
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -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 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user