Changed unicode to literals.

This commit is contained in:
Nigel Barnes 2015-08-22 17:07:06 +01:00
parent ae2806689b
commit ccb1a0f929

View File

@ -1,4 +1,4 @@
// license:BSD-3-Clause
// license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
* attache.c
@ -1007,4 +1007,4 @@ ROM_START( attache )
ROM_END
/* YEAR NAME PARENT COMPAT MACHINE INPUT DEVICE INIT COMPANY FULLNAME FLAGS */
COMP( 1982, attache, 0, 0, attache, attache, driver_device, 0, "Otrona", "Attaché", MACHINE_IMPERFECT_GRAPHICS|MACHINE_NOT_WORKING)
COMP( 1982, attache, 0, 0, attache, attache, driver_device, 0, "Otrona", "Attach\xC3\xA9", MACHINE_IMPERFECT_GRAPHICS|MACHINE_NOT_WORKING)