Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support non ascii commandline args (#14197)
Using none ASCII chars for protoc on Windows are not handled well. This adresses argument file at a location where either directory, or filename contains Unicode chars. Specifically because MsBuild tool saves argument file in with the UserName appended to the .rsp file. dotnet/msbuild#9232 But in general we should really handle if none ascii chars are in the path. Closes #14197 COPYBARA_INTEGRATE_REVIEW=#14197 from hknielsen:support-non-ascii-commandline-args 673d575 PiperOrigin-RevId: 568722987
- Loading branch information