| Index: pkg/utf/lib/utf.dart
|
| diff --git a/pkg/utf/lib/utf.dart b/pkg/utf/lib/utf.dart
|
| index 164c34055894e1418fe8e57090500a8594212ec3..002287a8ca3498e9571d5781f063101da373759e 100644
|
| --- a/pkg/utf/lib/utf.dart
|
| +++ b/pkg/utf/lib/utf.dart
|
| @@ -3,12 +3,14 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /**
|
| - * Support for encoding and decoding Unicode characters in UTF-8, UTF-16, and
|
| + * Support for encoding and decoding Unicode characters in UTF-8, UTF-16, and
|
| * UTF-32.
|
| */
|
| library utf;
|
| +
|
| import "dart:async";
|
| import "dart:collection";
|
| +
|
| part "utf_stream.dart";
|
| part "utf8.dart";
|
| part "utf16.dart";
|
|
|