Add initial implementation. (#3)

* Initial implementation.
16 files changed
tree: bbfa626cf5541b67cff73b7f58cc339e9a28d2b7
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. AUTHORS
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
  10. UNICODE_LICENSE.txt
README.md

Build Status

Characters are strings viewed as sequences of user-perceived characters, also know as Unicode (extended) grapheme clusters.

The Characters class allows access to the individual characters of a string, and a way to navigate back and forth between them. It also has a set of utility functions for inspecting and modifying strings without breaking up graphemes clusters.