RedPanda-CPP/platform/windows/utf8/utf8manifest.rc

13 lines
486 B
Plaintext

1 24 MOVEABLE PURE DISCARDABLE
BEGIN
"<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>"
"<assembly manifestVersion=""1.0"" xmlns=""urn:schemas-microsoft-com:asm.v1"">"
"<assemblyIdentity type=""win32"" name=""..."" version=""6.0.0.0""/>"
"<application>"
"<windowsSettings>"
"<activeCodePage xmlns=""http://schemas.microsoft.com/SMI/2019/WindowsSettings"">UTF-8</activeCodePage>"
"</windowsSettings>"
"</application>"
"</assembly>"
END