Don't use filesystem encoding for interpreting XML from TFS.
Review Request #8041 — Created March 8, 2016 and submitted
A few of the commands we run return XML results, which will always be utf-8,
regardless of what the filesystem encoding is. In this case, we were decoding
to mbcs, which would then fail when trying to interpret some special
characters.
- Ran unit tests.
- Posted a few changes, including one whose parent had unicode in the commit
message (which is what triggered the bug). Saw that everything worked as
expected.
Description | From | Last Updated |
---|---|---|
Col: 33 E127 continuation line over-indented for visual indent |
reviewbot |
- Commit:
-
40e2ae9e2e8b27aeb3cff2654c09d1da2a200dfff5c0d69882f021b361672283c4d271cf48dbaa38
- Diff:
-
Revision 2 (+16 -3)