| Message ID | 20251201090110.5487-1-gert@greenie.muc.de |
|---|---|
| State | New |
| Headers | show |
| Series | [Openvpn-devel,v1] Set UTF-8 as the codepage using manifest declaration | expand |
I have not tested it, nor fully read the documenation and the background
info - but the explanation makes sense. Since this does not affect code,
all I tested was "does it still build?" - and it does (mingw).
I have added a reference to GH #920, as it seems we received multiple
reports on this.
Your patch has been applied to the master branch.
commit bcc7fb2d626ac428401a7877a8cc0098999a077e
Author: Selva Nair
Date: Mon Dec 1 10:01:03 2025 +0100
Set UTF-8 as the codepage using manifest declaration
Signed-off-by: Selva Nair <selva.nair@gmail.com>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1413
Message-Id: <20251201090110.5487-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg34805.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
--
kind regards,
Gert Doering
> > I have added a reference to GH #920, as it seems we received multiple > reports on this. > Thanks. In fact, I attributed the "reported by:" to a wrong person --- oops! Selva
diff --git a/src/openvpn/openvpn.manifest b/src/openvpn/openvpn.manifest index fa5b3d7..f964152 100644 --- a/src/openvpn/openvpn.manifest +++ b/src/openvpn/openvpn.manifest @@ -14,6 +14,11 @@ <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> </application> </compatibility> + <application> + <windowsSettings> + <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage> + </windowsSettings> + </application> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges>