From 244465537b57230aa6824b390d979d2fe1a8eec2 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 26 Sep 2024 19:38:21 -0300 Subject: [PATCH] fix: Add UTF-8 support for Unicode compatibility (#4793) --- vc17/theforgottenserver.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vc17/theforgottenserver.vcxproj b/vc17/theforgottenserver.vcxproj index c7cc807082..fc8f930069 100644 --- a/vc17/theforgottenserver.vcxproj +++ b/vc17/theforgottenserver.vcxproj @@ -152,6 +152,7 @@ AdvancedVectorExtensions $(VcpkgRoot)include\luajit;%(AdditionalIncludeDirectories) stdcpp20 + /utf-8 %(AdditionalOptions) true @@ -353,4 +354,4 @@ - + \ No newline at end of file