Chromium Code Reviews| Index: pkg/utf/README.md |
| diff --git a/pkg/utf/README.md b/pkg/utf/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fc6806379a03051b733e33afd960608d0d04e413 |
| --- /dev/null |
| +++ b/pkg/utf/README.md |
| @@ -0,0 +1,5 @@ |
| +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. |