enough_convert 1.6.0 copy "enough_convert: ^1.6.0" to clipboard
enough_convert: ^1.6.0 copied to clipboard

Support for character encodings / charsets / codecs missing from `dart:convert` - ISO 8859 / Latin, Windows, DOS, GBK, Big5, and KOI8 R/U.

1.6.0 #

  • Add cp-850 / DOS-Latin-1 encoding support.
  • Improve documentation.

1.5.0 #

  • Thanks to bobaxix both KOI8-R as well as KOI8-U codecs are now supported.
  • Add support for big5 encoding by forking https://github.com/douasin/big5-dart.
  • Restructure the package to hide implementation details - in doubt import 'package:enough_convert/enough_convert.dart';.
  • Improve documentation and code style

1.4.0 #

  • Thanks to moheb2000 now the Windows-1256 codec (Persian) works as expected.

1.3.0 #

  • Add support the following encoding thanks to habbas11:
    • Windows-1256 / cp-1256

1.2.0 #

  • Add support the following encodings:
    • Windows-1253 / cp-1253
    • Windows-1254 / cp-1254

1.1.0 #

  • Support chunked conversion

1.0.0 #

  • Add null-safety

0.10.0 #

  • Decoding data does not change the data anymore, as this is not expected behavior
  • Forked fast_gbk into enough_convert to support GBK and GB2312 encodings

0.9.0 #

  • Initial version with support for ISO 8859 1-16, Windows 1250, 1251 and 1252 character encodings
21
likes
130
pub points
90%
popularity

Publisher

verified publisherenough.de

Support for character encodings / charsets / codecs missing from `dart:convert` - ISO 8859 / Latin, Windows, DOS, GBK, Big5, and KOI8 R/U.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

More

Packages that depend on enough_convert