| Index: pkg/utf/lib/utf.dart
|
| diff --git a/sdk/lib/utf/utf.dart b/pkg/utf/lib/utf.dart
|
| similarity index 99%
|
| copy from sdk/lib/utf/utf.dart
|
| copy to pkg/utf/lib/utf.dart
|
| index 43a294429139a408ab0b12ecd42d9997aae444c6..164c34055894e1418fe8e57090500a8594212ec3 100644
|
| --- a/sdk/lib/utf/utf.dart
|
| +++ b/pkg/utf/lib/utf.dart
|
| @@ -6,7 +6,7 @@
|
| * Support for encoding and decoding Unicode characters in UTF-8, UTF-16, and
|
| * UTF-32.
|
| */
|
| -library dart.utf;
|
| +library utf;
|
| import "dart:async";
|
| import "dart:collection";
|
| part "utf_stream.dart";
|
|
|