<div dir="ltr"><div><div><div><div>Almost all Mime types are named in lower case, e.g. image/png. However, there are a handful of MS office file formats that the <a href="http://freedesktop.org" target="_blank">freedesktop.org</a> database uses the word 'macroEnabled', e.g.<br>


<br>application/vnd.ms-excel.sheet.macroEnabled.12<br><br></div>The same type is also defined by LibreOffice, but in lowercase, i.e. macroenabled.<br><br></div><div>I also see uppercase in audio/AMR, audio/AMR-WB and text/x-iMelody.<br>


</div><div><br></div>RFC 2045 [1] says "The type, subtype, and parameter names are not case sensitive." I can flatten the case easily enough, but looking up the MEDIA/SUBTYPE.xml files on a case-sensitive filesystem gets tricky - I would have to keep a reference to the original spelling, just for those few cases.<br>


<br></div>To simplify this, I think the shared mime-info spec should say that the media/subtype.xml files are always named in lowercase. Since the names are supposed to be case insensitive, it shouldn't create conflicts.<br>


<br></div>update-mime-database should also merge mimetypes regardless of case - at present, I see separate media/subtype.xml files for the 'macroEnabled' and 'macroenabled' mimetypes.<br><div><div><div><div>


<div><div><br></div><div>Thanks,<br>Thomas<br></div><div><br>[1] <a href="http://tools.ietf.org/html/rfc2045" target="_blank">http://tools.ietf.org/html/rfc2045</a><br></div></div></div></div></div></div></div>