diff --git a/src/lib/util/unicode.h b/src/lib/util/unicode.h index 9e263224072..e5d4b3bd8c4 100644 --- a/src/lib/util/unicode.h +++ b/src/lib/util/unicode.h @@ -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 */ + /*************************************************************************** diff --git a/src/mame/drivers/funworld.c b/src/mame/drivers/funworld.c index 42810e71807..e50996a2c40 100644 --- a/src/mame/drivers/funworld.c +++ b/src/mame/drivers/funworld.c @@ -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, "", "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 )