| Index: sdk/lib/io/string_transformer.dart
|
| diff --git a/sdk/lib/io/string_transformer.dart b/sdk/lib/io/string_transformer.dart
|
| index 423a61c39d9da07d26e909d3989d570cfcfed1d3..16e721b4baf05c66616629da2fea70a4e17774f2 100644
|
| --- a/sdk/lib/io/string_transformer.dart
|
| +++ b/sdk/lib/io/string_transformer.dart
|
| @@ -5,6 +5,12 @@
|
| part of dart.io;
|
|
|
| /// The current system encoding.
|
| +///
|
| +/// This us used for converting from bytes to/from String when
|
| +/// communicating on stdin, stdout and stderr.
|
| +///
|
| +/// On Windows this will use the currently active code page for the
|
| +/// conversion. On all other systems it will always use UTF-8.
|
| const SystemEncoding SYSTEM_ENCODING = const SystemEncoding();
|
|
|
| /**
|
|
|