From c73171488fe13b6cefb2e14a4de729604b718d3c Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 1 Jun 2021 18:49:25 -0400 Subject: [PATCH] [wasm][aot] Force python to default to UTF8 Fixes https://github.com/dotnet/runtime/issues/53367 --- src/mono/wasm/build/WasmApp.Native.targets | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/mono/wasm/build/WasmApp.Native.targets b/src/mono/wasm/build/WasmApp.Native.targets index 9288eb7f01986..5c4ef04bf9572 100644 --- a/src/mono/wasm/build/WasmApp.Native.targets +++ b/src/mono/wasm/build/WasmApp.Native.targets @@ -107,6 +107,15 @@ + + +