[gimp] Specify utf-8 for rc file.



commit 02edd1c8eba830bf3a31245557ae0ccaa7f2fa90
Author: Salamandar <felix piedallu me>
Date:   Mon May 28 10:18:10 2018 +0200

    Specify utf-8 for rc file.

 plug-ins/screenshot/screenshot-win32.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/screenshot/screenshot-win32.rc b/plug-ins/screenshot/screenshot-win32.rc
index a663fc5da7..0272e93b70 100644
--- a/plug-ins/screenshot/screenshot-win32.rc
+++ b/plug-ins/screenshot/screenshot-win32.rc
@@ -22,7 +22,7 @@
 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 #ifdef _WIN32
 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
+#pragma code_page(65001)
 #endif //_WIN32
 
 /////////////////////////////////////////////////////////////////////////////


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]