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

Unified Diff: sdk/lib/convert/convert.dart

Issue 19593010: Add UTF-8 encoder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add empty string test. Created 7 years, 5 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 | « no previous file | sdk/lib/convert/utf.dart » ('j') | sdk/lib/convert/utf.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/convert/convert.dart
diff --git a/sdk/lib/convert/convert.dart b/sdk/lib/convert/convert.dart
index 72ab1c01c98528cd4ec54f79e7a88957793bcea5..8bbad09765511570e2baca7ecb1c14457192d0d9 100644
--- a/sdk/lib/convert/convert.dart
+++ b/sdk/lib/convert/convert.dart
@@ -5,7 +5,7 @@
library dart.convert;
import 'dart:json' as OLD_JSON_LIB;
-import 'dart:utf' as OLD_UTF_LIB;
+import 'dart:typed_data';
part 'codec.dart';
part 'converter.dart';
« no previous file with comments | « no previous file | sdk/lib/convert/utf.dart » ('j') | sdk/lib/convert/utf.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698