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

Unified Diff: utils/string_encoding/Utf8.dart

Issue 9233041: String encoding utility methods and tests for Unicode, UTF-8, -16 and -32. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updates from initial review. Created 8 years, 11 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
Index: utils/string_encoding/Utf8.dart
diff --git a/utils/string_encoding/Utf8.dart b/utils/string_encoding/Utf8.dart
new file mode 100644
index 0000000000000000000000000000000000000000..49acddd1eb870892b9d68a20e8256f6881b88680
--- /dev/null
+++ b/utils/string_encoding/Utf8.dart
@@ -0,0 +1,8 @@
+// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+#library("UTF8");
+#import("UnicodeCore.dart");
+#import("Unicode.dart");
+#source("Utf8_impl.dart");

Powered by Google App Engine
This is Rietveld 408576698