Author: ivan
Date: Fri Aug 14 14:31:40 2026
New Revision: 1937124
Log:
cmake: Set /source-charset:utf-8 for MSVC. Otherwise compiler will use
system codepage as source character set.
* CMakeLists.txt
(): Add /source-charset:utf-8 to add_compile_options().
Modified:
subversion/trunk/CMakeLists.txt
Modified: subversion/trunk/CMakeLists.txt
==============================================================================
--- subversion/trunk/CMakeLists.txt Fri Aug 14 12:23:31 2026
(r1937123)
+++ subversion/trunk/CMakeLists.txt Fri Aug 14 14:31:40 2026
(r1937124)
@@ -374,6 +374,7 @@ if (MSVC)
/we4700
/we4715
/we4789
+ /source-charset:utf-8
)
add_compile_definitions(