tendril: Add LossyDecoder::new_from_encoding_rs_decoder#704
Conversation
|
We should check for breaking changes before publishing. Last tendril release was 2022, and there were changes merged around the time that it was moved into this repo. |
I think upgrading to 2021 edition (#665) is already a breaking change so I'll bump tendril to 0.5 |
88a0f34 to
255e96f
Compare
|
servo/servo#41732 was approved so could someone with release permissions merge & publish this? |
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
255e96f to
4382a3d
Compare
Yeah, and |
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
|
Published. |
We already handle BOMs when detecting the encoding. The decoder itself should not touch the BOMs in any way. Depends on servo/html5ever#704 Testing: New tests start to pass --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
We already handle BOMs when detecting the encoding. The decoder itself should not touch the BOMs in any way. Depends on servo/html5ever#704 Testing: New tests start to pass --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
We already handle BOMs when detecting the encoding. The decoder itself should not touch the BOMs in any way. Depends on servo/html5ever#704 Testing: New tests start to pass --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
After merging this change, the new version of
tendrilshould be released.