Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2050)

Unified Diff: pkg/utf/lib/utf.dart

Issue 23135020: Add utf package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use similar wording as json package in README. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/utf/README.md ('k') | pkg/utf/lib/utf16.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « pkg/utf/README.md ('k') | pkg/utf/lib/utf16.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698