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

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 to comments. 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
« no previous file with comments | « utils/string_encoding/Utf32.dart ('k') | utils/string_encoding/Utf8_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..21c5d8e4527928176dee30799795e35d3e4a6666
--- /dev/null
+++ b/utils/string_encoding/Utf8.dart
@@ -0,0 +1,8 @@
+// Copyright (c) 2012, 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("unicode_core.dart");
+#import("unicode.dart");
+#source("utf8_impl.dart");
« no previous file with comments | « utils/string_encoding/Utf32.dart ('k') | utils/string_encoding/Utf8_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698