DescriptionImprove the encoding/decoding to/from system encoding on Windows
On Windows the dart:io SYSTEM_ENCODING is now also working with strings
which have null characters in them. Previously the string would be
terminated at the null character.
BUG=https://github.com/dart-lang/sdk/issues/23295
R=kustermann@google.com, lrn@google.com
Committed: https://github.com/dart-lang/sdk/commit/0415d9271d50ffd61e5243c391a02678f271bce1
Patch Set 1 #Patch Set 2 : Port to Linux, Mac and Android #Patch Set 3 : A few more comments #
Total comments: 44
Patch Set 4 : Refactored #Patch Set 5 : Additional Windows fixes #Patch Set 6 : Additional Windows fix and test fix #Patch Set 7 : Additional documentation #
Total comments: 4
Patch Set 8 : Addressed review comments from kustermann@ #
Total comments: 12
Patch Set 9 : Addressed review comments from lrn@ #
Messages
Total messages: 11 (1 generated)
|