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.
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.