Lines Matching refs:BOM
7169 - fixed 3253461 -- stylesheet-reading code does not support BOM
7170 - fixed 3253359 -- XML parser does not allow UTF-8 BOM
7175 (KWQTextDecoder::convertUTF16): Moved the BOM-based endianness detection out of here;
7177 need one byte of it. Remove any BOM characters encountered within the text.
7178 (KWQTextDecoder::convertUsingTEC): Remove any BOM characters encountered within the text.
7179 (KWQTextDecoder::toUnicode): Do all the BOM detection at this level, including the
7180 UTF-8 BOM as well as the UTF-16 BOM.
7182 * khtml/misc/decoder.cpp: (Decoder::decode): Don't bother stripping the UTF-8 BOM.
7320 * khtml/misc/decoder.cpp: (Decoder::decode): Added handling of the UTF-8 BOM
7321 to the code that already handled the UTF-16 BOM.
8385 … (Decoder::decode): Moved the check for the UTF-16 BOM out and do that check even when we have
10437 …- fixed 3164557 -- pages served with encoding UTF-16LE but no BOM character won't be decoded corre…
10438 …- fixed 3164569 -- pages without BOM that have a server-specified encoding of utf-16 will fail to …
10487 page does not have a BOM marker that makes it unambiguous.
12826 (KWQTextDecoder::convertUTF16): Added. Decodes Unicode, using the BOM to decide