WrapEarnPass created an issue (geany/geany#4631) processorArchitecture="X86" isn't strictly checked but, that is for i686. processorArchitecture="amd64" is the updated flag.
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> is out of date. <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">is the updated namespace. windowsSettings can include a codepage. Since Geany presumes everything in Windows is UTF-8, even though .1252, .1200, and .1201 still float around, it would be good to set that. <activeCodePage>UTF-8</activeCodePage> -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4631 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
