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

Issue 11475026: By default use current code page on Windows for decoding string (Closed)

Created:
8 years ago by Mads Ager (google)
Modified:
8 years ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

By default use current code page on Windows for decoding string data from processes. R=sgjesse@google.com BUG=dartbug.com/7180 Committed: https://code.google.com/p/dart/source/detail?r=15844

Patch Set 1 #

Patch Set 2 : Fix typos #

Total comments: 2

Patch Set 3 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -5 lines) Patch
M runtime/bin/io_natives.cc View 1 chunk +4 lines, -1 line 0 comments Download
M runtime/bin/process.cc View 1 2 chunks +34 lines, -0 lines 0 comments Download
M runtime/bin/process_patch.dart View 1 2 chunks +14 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/io_patch.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M sdk/lib/io/input_stream.dart View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M sdk/lib/io/process.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/io/string_stream.dart View 4 chunks +37 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
8 years ago (2012-12-07 11:54:38 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/11475026/diff/1008/sdk/lib/io/process.dart File sdk/lib/io/process.dart (right): https://codereview.chromium.org/11475026/diff/1008/sdk/lib/io/process.dart#newcode151 sdk/lib/io/process.dart:151: * The default stdoutEncoding is SYSTEM. Are we ...
8 years ago (2012-12-07 12:00:11 UTC) #2
Mads Ager (google)
8 years ago (2012-12-07 12:50:02 UTC) #3
https://codereview.chromium.org/11475026/diff/1008/sdk/lib/io/process.dart
File sdk/lib/io/process.dart (right):

https://codereview.chromium.org/11475026/diff/1008/sdk/lib/io/process.dart#ne...
sdk/lib/io/process.dart:151: * The default stdoutEncoding is SYSTEM.
On 2012/12/07 12:00:11, Søren Gjesse wrote:
> Are we going to try to explain what that means?

Yes. I used to have a comment in Encoding on the constant. I'll add that again.

Powered by Google App Engine
This is Rietveld 408576698