Add Code Page support. (#26)

* Add "Code Page" support.

An easy way to define an encoding as a mapping between bytes and code points.
Includes definitions for the ISO-8859 family of code pages.

4 files changed
tree: 25a39d0093a517aed75fc7c51325e80d4dcc38d8
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Conversion utilities package

This package contains encoders and decoders for converting between different data representations. It's the external counterpart of the dart:convert core library, and contains less-central APIs and APIs that need more flexible versioning.