You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should follow whatwg/encoding@19b0ebf. Unfortunately, this is not an easy task which should update both the encoder, decoder and tests. Also it would be desirable to have a version of ISO-2022-JP encoding with JIS X 0212 and/or 0213 support as an extra bonus.
The text was updated successfully, but these errors were encountered:
- breaking change: long-time deprecated aliases `Encoder` and
`Decoder` are finally gone. use `RawEncoder` and `RawDecoder`
instead.
- the test binary is now faster to build.
- internal stateful decoder framework has been rewritten
in order to take account for ISO-2022-JP (#86).
Should follow whatwg/encoding@19b0ebf. Unfortunately, this is not an easy task which should update both the encoder, decoder and tests. Also it would be desirable to have a version of ISO-2022-JP encoding with JIS X 0212 and/or 0213 support as an extra bonus.
The text was updated successfully, but these errors were encountered: