From c5eec8b54bdbc1c34a536a5c43d3e34bb158aea2 Mon Sep 17 00:00:00 2001 From: JoergAtGithub Date: Mon, 22 Feb 2021 23:50:26 +0100 Subject: Fix the corrupt ByteOrderMark --- tools/windows_buildenv.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/windows_buildenv.bat b/tools/windows_buildenv.bat index a314db01e1..6644b98227 100644 --- a/tools/windows_buildenv.bat +++ b/tools/windows_buildenv.bat @@ -1,6 +1,6 @@ @ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION -REM this í is just to force some editors to recognize this file as ANSI, not UTF8. +REM this í is just to force some editors to recognize this file as ANSI, not UTF8. CALL :REALPATH %~dp0\.. SET MIXXX_ROOT=%RETVAL% @@ -146,7 +146,7 @@ REM Generate CMakeSettings.json which is read by MS Visual Studio to determine t REM WARNING: Ensure that the script is saved as ANSI, or these characters will not REM contain the correct values. Correct values are EF BB BF (ï » ¿) . REM The last character is an actual character for the file, the start "{" - >"%CMakeSettings%" echo { + >"%CMakeSettings%" echo { CALL :SETUTF8CONSOLE >>%CMakeSettings% echo "configurations": [ -- cgit v1.2.3