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

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

Issue 23224014: Add Latin-1 converters to convert library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | sdk/lib/convert/convert_sources.gypi » ('j') | sdk/lib/convert/latin1.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 3e9b6f5d925133b563d3d4642a28d6f3d7950437..feb1c474569b046789b44a5a2c6dca4fe43bfaef 100644
--- a/sdk/lib/convert/convert.dart
+++ b/sdk/lib/convert/convert.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/**
- * Converters for JSON and UTF-8, as well as support for creating additional
+ * Converters for JSON and UTF-8, as well as support for creating additional
* converters.
*/
library dart.convert;
@@ -17,6 +17,7 @@ part 'codec.dart';
part 'converter.dart';
part 'encoding.dart';
part 'json.dart';
+part 'latin1.dart';
part 'line_splitter.dart';
part 'string_conversion.dart';
part 'utf.dart';
« no previous file with comments | « no previous file | sdk/lib/convert/convert_sources.gypi » ('j') | sdk/lib/convert/latin1.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698