Bug 203832
Summary: | TextDecoder is always including the BOM even if the BOM doesn't exist in the Uint8Array | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
Component: | Text | Assignee: | Myles C. Maxfield <mmaxfield> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | achristensen, mmaxfield, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Yusuke Suzuki
https://github.com/rustwasm/wasm-bindgen/issues/1825
This adds a quirk in wasm-bindgen for Safari.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
I'm not sure about the correct behavior. Is WebKit behavior wrong or right?
Radar WebKit Bug Importer
<rdar://problem/56888145>
Myles C. Maxfield
I think this should be considered a bug in WebKit, and instead the information the BOM would have contained should just be written down and standardized in the spec.
Alex Christensen
*** This bug has been marked as a duplicate of bug 216108 ***