Support changing the encoding #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).