UNCONFIRMED 14417
WebDataSource: encodingName should return encoding used to render page
https://bugs.webkit.org/show_bug.cgi?id=14417
Summary WebDataSource: encodingName should return encoding used to render page
Wade Cosgrove
Reported 2007-06-26 12:22:08 PDT
If I use the encodingName method via Obj-C it returns nil if the encodingName hasn't been expressly set on the WebView. It would be nice if it returned the encoding that WebKit used to render the page instead of nil.
Attachments
David Kilzer (:ddkilzer)
Comment 1 2007-07-05 21:06:34 PDT
Alexey Proskuryakov
Comment 2 2007-07-06 13:44:02 PDT
Alexey Proskuryakov
Comment 3 2008-01-01 05:27:03 PST
FWIW, the input encoding is available from HTML (and XML) DOM as document.inputEncoding.
Note You need to log in before you can comment on or make changes to this bug.