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

Unified Diff: sdk/lib/io/process.dart

Issue 11475026: By default use current code page on Windows for decoding string (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment Created 8 years 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 | « sdk/lib/io/input_stream.dart ('k') | sdk/lib/io/string_stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/process.dart
diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart
index f2062df562aa9f937731c494d2eef21edfa52253..87ff798df7688a26411b6ced4aa0aca83c1a7ca2 100644
--- a/sdk/lib/io/process.dart
+++ b/sdk/lib/io/process.dart
@@ -148,7 +148,7 @@ class ProcessOptions {
* This option is ignored for interactive processes started with
* [:Process.start:].
*
- * The default stdoutEncoding is UTF_8.
+ * The default stdoutEncoding is SYSTEM.
*/
Encoding stdoutEncoding;
@@ -159,7 +159,7 @@ class ProcessOptions {
* This option is ignored for interactive processes started with
* [:Process.start:].
*
- * The default stderrEncoding is UTF_8.
+ * The default stderrEncoding is SYSTEM.
*/
Encoding stderrEncoding;
« no previous file with comments | « sdk/lib/io/input_stream.dart ('k') | sdk/lib/io/string_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698