]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Make template file for version info under Windows utf-8 compliant
authorRalf Habacker <ralf.habacker@freenet.de>
Thu, 20 Feb 2020 07:42:43 +0000 (08:42 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 20 Feb 2020 07:48:30 +0000 (08:48 +0100)
dbus/versioninfo.rc.in

index 3a68a646fa23b9220e8bf5f13d87c2ddafffc814..3c4dbbf95bca389fc333456c7b0e495562a1d4a9 100644 (file)
@@ -12,6 +12,9 @@
  
 /* This file is processed by configure to create versioninfo.rc */
 
+/* The file content uses UTF-8 encoding */
+#pragma code_page(65001)
+
 #include <windows.h>
 
 VS_VERSION_INFO VERSIONINFO
@@ -37,7 +40,7 @@ BEGIN
             VALUE "FileDescription", "dbus - FreeDesktop message bus system\0"
             VALUE "FileVersion", "@DBUS_VERSION@\0"
             VALUE "InternalName", "@DBUS_VER_INTERNAL_NAME@\0"
-            VALUE "LegalCopyright", "Copyright © 1994-2018 dbus contributors, see dbus source code for details\0"
+            VALUE "LegalCopyright", "Copyright Â© 1994-2018 dbus contributors, see dbus source code for details\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "@DBUS_VER_ORIGINAL_NAME@\0"
             VALUE "ProductName", "dbus\0"