enough_convert 1.4.0 enough_convert: ^1.4.0 copied to clipboard
Support for ISO 8859 / Latin and Windows character encodings / charsets / codecs missing from `dart:convert`.
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