Skip to content

v0.1.4

@hsivonen hsivonen tagged this 21 Jul 10:53
* Update `base64` to 0.22.1.
* Update `encoding_rs` to 0.8.34.
* This crate is now a `no_std` + `alloc` crate.
* Added support for java.io and java.nio names to accommodate JavaMail:
  - ISO-8859-N series in the form iso8859_N, except 10, 11, 14 and 16 (no evidence of existing in JavaMail) and 8 (unclear if visual or logical in JavaMail if even actually sent by JavaMail).
  - CJK and Thai Windows code page numbers prefixed with ms (and 950 also suffixed with _hkscs).
  - EUC variants (including CN, i.e. GBK) and KOI with underscore: euc_jp, euc_kr, euc_cn, koi8_r, and koi8_u.
  - Windows code page numbers 874, 949, 950 prefixed with x-windows-.
  - tis620 and iso2022jp without hyphens.
* Added IANA and Netscape 4.0 aliases for UTF-7.
Assets 2
Loading