Searched refs:BOM (Results 1 – 21 of 21) sorted by relevance
4 This file should be saved under UTF-8 without BOM.
74 const BOM = 0xfeff; define in Hoa\\Ustring\\Ustring
14 Converted Arabic language file for fckg editing window from BOM to non-BOM (Corrupted image display…
438 not correctly handle ID3v2.3 tags with UTF-16BE+BOM439 encoding (they assume the data is UTF-16LE+BOM and either
452 not correctly handle ID3v2.3 tags with UTF-16BE+BOM453 encoding (they assume the data is UTF-16LE+BOM and either
63 * bugfix (G:189) false UTF-16 <BOM> and no termination strings162 * bugfix (G:61): ID3v2 remove BOM from frame descriptions443 * change default encoding in ID3v2 writing to UTF16-LE+BOM
122 * #175: Parser can now read and skip the UTF-8 BOM.
82 * #175: Parser can now read and skip the UTF-8 BOM.
46 * fixed embedded templates starting with a BOM689 * added a better error message when a template is empty but contain a BOM
348 * #175: Parser can now read and skip the UTF-8 BOM.
287 * #175: Parser can now read and skip the UTF-8 BOM.
1 …IT',\n 'BIT_LENGTH',\n 'BLOB',\n 'BLOCKED',\n 'BOM',\n 'BOOLEAN…
1 …= 129656 && x <= 129666) || (x >= 129680 && x <= 129685));\n}\n// -- UTF-8 BOM\nexport const UTF8_…
1 …BOM\nexport const UTF8_BOM_CHARACTER = String.fromCharCode(65279 /* UTF8_BOM */);\nexport function…
26425 var BOM = false, w = 0;26427 if(!BOM) { BOM = true; return stream.push("\uFEFF"); }
25580 this.push(this.formatterOptions.BOM);25662 this.BOM = "\uFEFF";
1 …f = [];\n if (str[0] === '\\xFE' && str[1] === '\\xFF') {\n // UTF16BE BOM\n for (i = 2; i …
1 … 15 follow ES3 for `parseInt`.\n\t // Chrome fails to trim leading <BOM> whitespace charact…