diff options
author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-04-30 01:14:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-30 01:14:55 +0200 |
commit | 734e866e638608f0530663b58cfac10391a9c1ce (patch) | |
tree | 752c47608e9badf68e3fbf5560ba531ec1408223 /tests/rustdoc-js-std/parser-errors.js | |
parent | 87b1f891ea76713462cfc5a15137a8fe2b24ecc2 (diff) | |
parent | 9b9d39e43f3d8723b36f7e4b9ecafa36203fde45 (diff) | |
download | rust-734e866e638608f0530663b58cfac10391a9c1ce.tar.gz |
Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubilee
Fix Unreadable non-UTF-8 output on localized MSVC
Fixes #35785 by converting non UTF-8 linker output to Unicode using the OEM code page.
Before:
```text
= note: Non-UTF-8 output: LINK : fatal error LNK1181: cannot open input file \'m\x84rchenhaft.obj\'\r\n
```
After:
```text
= note: LINK : fatal error LNK1181: cannot open input file 'märchenhaft.obj'
```
The difference is more dramatic if using a non-ascii language pack for Windows.
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions