Using old behavior by applying true to NMakeUseOemCodePage property solves this issue.
in VCProject.cs
// Project globals (project GUID, project type, SCC bindings, etc) { VCProjectFileContent.AppendLine(" <PropertyGroup Label=\"Globals\">"); VCProjectFileContent.AppendLine(" <ProjectGuid>{0}</ProjectGuid>", ProjectGUID.ToString("B").ToUpperInvariant()); VCProjectFileContent.AppendLine(" <Keyword>MakeFileProj</Keyword>"); VCProjectFileContent.AppendLine(" <RootNamespace>{0}</RootNamespace>", ProjectName); VCProjectFileGenerator.AppendPlatformToolsetProperty(VCProjectFileContent, ProjectFileFormat); VCProjectFileContent.AppendLine(" <MinimumVisualStudioVersion>{0}</MinimumVisualStudioVersion>", VCProjectFileGenerator.GetProjectFileToolVersionString(ProjectFileFormat)); VCProjectFileContent.AppendLine(" <NMakeUseOemCodePage>true</NMakeUseOemCodePage>"); //add this line VCProjectFileContent.AppendLine(" <TargetRuntime>Native</TargetRuntime>"); VCProjectFileContent.AppendLine(" </PropertyGroup>"); }
1. Install Japanese language pack to Visual Studio 2019(16.6 later) via Visual Studio Installer (Visual studio Menu > Tool > Get tools and features )
2. Set visual studio language to Japanese in Menu > Tool > Option > Environment > Internationalization
3. Modify a source code to cause a compile error
4. Build
Result
The compiling error is displayed as garbled characters.
[Image Removed]
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How to achieve HLSL Multiple Render Target in Material blueprints?
How can i modify the param name in EQS node
How do I change the rotation matrix of the camera by the direction of the vector?
Why is the ProceduralMeshComponent not drawing a face?
What property of the Slider is the image used when dragging?
What properties of the progress bar can be used for drag and drop highlighting?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-102825 in the post.
1 |
Component | UE - Foundation - Cpp Tools - UnrealBuildTool |
---|---|
Affects Versions | 4.25 |
Target Fix | 4.26.1 |
Created | Nov 10, 2020 |
---|---|
Resolved | Jan 14, 2021 |
Updated | Aug 3, 2021 |