Add third_party directory containing licenses and referenced documents. (#5)

10 files changed
tree: 8939075028a05811de54dc310b3d35ac136f8067
  1. lib/
  2. test/
  3. third_party/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
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.