/* ***** BEGIN LICENSE BLOCK ***** Copyright © 2009 Center for History and New Media George Mason University, Fairfax, Virginia, USA http://zotero.org This file is part of Zotero. Zotero is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Zotero is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with Zotero. If not, see . ***** END LICENSE BLOCK ***** */ Zotero.MIME = new function(){ this.isTextType = isTextType; this.getPrimaryExtension = getPrimaryExtension; this.sniffForMIMEType = sniffForMIMEType; this.sniffForBinary = sniffForBinary; this.hasNativeHandler = hasNativeHandler; this.hasInternalHandler = hasInternalHandler; // Magic numbers var _snifferEntries = [ ["%PDF-", "application/pdf"], ["%!PS-Adobe-", 'application/postscript', 0], ["%! PS-Adobe-", 'application/postscript', 0], ["\uFFFD\uFFFD\x11\u0871\x1A\uFFFD\x00\x00", "application/msword", 0], ["From", 'text/plain', 0], [">From", 'text/plain', 0], ["#!", 'text/plain', 0], [" 31 || (9 <= chr && chr <=13 ) || chr == 27; } }