[Webkit-unassigned] [Bug 166322] Probabilistically guess text encoding if unspecified by document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 21 09:27:19 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=166322
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ap at webkit.org
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
WebKit supports this (see WKPreferencesSetEncodingDetectorEnabled), so clients can enable if desired.
With charset detection, one needs to either buffer a lot of data before rendering a page, which impacts performance, or to switch encodings in the middle, which is crazy. Even so, the result is probabilistic. I don't recommend enabling charset auto-detection.
RESOLVED/INVALID, as this already exists.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161221/cce7428a/attachment.html>
More information about the webkit-unassigned
mailing list