Support changing the encoding #3

Closed
opened 3 years ago by jking · 0 comments
jking commented 3 years ago
Owner

We do not current support changing the encoding while parsing.

It should be possible to implement it by assuming that only ASCII characters are compatible between encodings, and throwing out the document otherwise. Special care should be taken for encodings which are not entirely ASCII compatible (such as ISO 2022-JP and I believe Shift-JIS or possibly Big5).

We do not current support [changing the encoding](https://html.spec.whatwg.org/multipage/parsing.html#changing-the-encoding-while-parsing) while parsing. It should be possible to implement it by assuming that only ASCII characters are compatible between encodings, and throwing out the document otherwise. Special care should be taken for encodings which are not entirely ASCII compatible (such as ISO 2022-JP and I believe Shift-JIS or possibly Big5).
jking closed this issue 3 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.