1
clrmame Discussion / Re: Work In Progress
« on: 09 August 2011, 19:33 »
You can try e.g. fm77av.xml from MESS as an example of Japanese names in UTF-8.
Requiring an encoding declaration for UTF-8 is bogus though because the XML standard mandates UTF-8 as the default for XML documents with no encoding specified:
http://www.w3.org/TR/2006/REC-xml11-20060816/#charencoding
Requiring an encoding declaration for UTF-8 is bogus though because the XML standard mandates UTF-8 as the default for XML documents with no encoding specified:
Quote
In the absence of information provided by an external transport protocol (e.g. HTTP or MIME), it is a fatal error for an entity including an encoding declaration to be presented to the XML processor in an encoding other than that named in the declaration, or for an entity which begins with neither a Byte Order Mark nor an encoding declaration to use an encoding other than UTF-8.
http://www.w3.org/TR/2006/REC-xml11-20060816/#charencoding