mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Make the parser decode input from document's encoding
The document's encoding is only computed from the Content-Type header for now, with no sniffing at all.
This commit is contained in:
parent
848a4e256a
commit
a2abfc6301
9 changed files with 37 additions and 43 deletions
|
@ -103,6 +103,7 @@ smallvec = { version = "0.6", features = ["std", "union"] }
|
|||
style = {path = "../style", features = ["servo"]}
|
||||
style_traits = {path = "../style_traits"}
|
||||
swapper = "0.1"
|
||||
tendril = {version = "0.4.1", features = ["encoding_rs"]}
|
||||
time = "0.1.12"
|
||||
unicode-segmentation = "1.1.0"
|
||||
url = "1.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue