commit | a06699ae6e5e40e5b6d39190ec7466ed653418d6 | [log] [tgz] |
---|---|---|
author | kevmoo@google.com <kevmoo@google.com> | Thu Jul 24 05:04:48 2014 |
committer | kevmoo@google.com <kevmoo@google.com> | Thu Jul 24 05:04:48 2014 |
tree | 756e0932365a2dacff86872bf00db1a90ab1524b | |
parent | 15fad7ae0b4ce01e67c2f155f14f2bb92c016326 [diff] |
pkg/utf: fixed layout, added todos, updated docs and homepage pubspec links R=sigmund@google.com Review URL: https://codereview.chromium.org//418433003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/utf@38534 260f80e4-7a28-3924-810f-c04153c831b5
A Unicode manipulation library for Dart.
The utf package provides common operations for manipulating Unicode sequences. In its initial form it is a copy of the dart:utf
library before that was deprecated.