Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid path errors while deploying SDK by enforcing toolchain to…
… use UTF-8 on initial SDK Extraction (#4036) * Fix invalid path errors for non-Latin characters by enforcing UTF-8 (#4024) Due to cryillic alphabet on `/openocd/scripts/target/1986ве1т.cfg`, If the system codepage is handling `WideChar` for cryillic properly, It would cause jumbled characters and fail to decompress via System.IO.Compression.ZipFile without Encoding enforcement. (See #4024 (comment)) * Scripts: fix line endings Co-authored-by: あく <[email protected]>
- Loading branch information