Bug 10709 - Support @charset in UTF-16 and UTF-32 stylesheets
Summary: Support @charset in UTF-16 and UTF-32 stylesheets
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Nobody
URL: http://www.w3.org/TR/CSS21/syndata.ht...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-03 08:21 PDT by Alexey Proskuryakov
Modified: 2023-09-26 17:24 PDT (History)
3 users (show)

See Also:


Attachments
test case (4.77 KB, application/zip)
2006-09-07 12:55 PDT, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2006-09-03 08:21:21 PDT
Currently, Decoder::decode() only looks for "@charset" bytes when decoding CSS - it should also support UTF-16, UTF-32, and, theoretically, even EBCDIC. See bug URL for the specification.
Comment 1 Alexey Proskuryakov 2006-09-07 12:55:16 PDT
Created attachment 10441 [details]
test case