From 2084188819e520c7e045f4a103fc20fd30732438 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 19 Nov 2020 10:55:52 +0100 Subject: [PATCH] Add UTF-8 BOM markers MSVC needs them to use correct charset when Language for non-Unicode programs is set to Windows-1252 or anything different than UTF-8. Signed-off-by: Simon Rozman --- UpdCheck/UpdCheck.h | 2 +- UpdCheck/main.cpp | 2 +- UpdCheck/pch.cpp | 2 +- UpdCheck/pch.h | 2 +- UpdPublish/UpdPublish.h | 2 +- UpdPublish/main.cpp | 2 +- UpdPublish/pch.cpp | 2 +- UpdPublish/pch.h | 2 +- UpdSignXML/UpdSignXML.h | 2 +- UpdSignXML/main.cpp | 2 +- UpdSignXML/pch.cpp | 2 +- UpdSignXML/pch.h | 2 +- Updater/include/Updater/chkthread.h | 2 +- Updater/include/Updater/common.h | 2 +- Updater/src/chkthread.cpp | 2 +- Updater/src/main.cpp | 2 +- Updater/src/pch.cpp | 2 +- Updater/src/pch.h | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/UpdCheck/UpdCheck.h b/UpdCheck/UpdCheck.h index dcf232d..2e6049b 100644 --- a/UpdCheck/UpdCheck.h +++ b/UpdCheck/UpdCheck.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdCheck/main.cpp b/UpdCheck/main.cpp index 17d1bca..7883e60 100644 --- a/UpdCheck/main.cpp +++ b/UpdCheck/main.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdCheck/pch.cpp b/UpdCheck/pch.cpp index 4bf0fd8..825cea4 100644 --- a/UpdCheck/pch.cpp +++ b/UpdCheck/pch.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdCheck/pch.h b/UpdCheck/pch.h index 93ea101..ffcd539 100644 --- a/UpdCheck/pch.h +++ b/UpdCheck/pch.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdPublish/UpdPublish.h b/UpdPublish/UpdPublish.h index 5fe75d9..f8f60df 100644 --- a/UpdPublish/UpdPublish.h +++ b/UpdPublish/UpdPublish.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdPublish/main.cpp b/UpdPublish/main.cpp index c78352f..a467a74 100644 --- a/UpdPublish/main.cpp +++ b/UpdPublish/main.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdPublish/pch.cpp b/UpdPublish/pch.cpp index 4bf0fd8..825cea4 100644 --- a/UpdPublish/pch.cpp +++ b/UpdPublish/pch.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdPublish/pch.h b/UpdPublish/pch.h index 99cd93b..693f341 100644 --- a/UpdPublish/pch.h +++ b/UpdPublish/pch.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdSignXML/UpdSignXML.h b/UpdSignXML/UpdSignXML.h index e3ff484..f8e8e4a 100644 --- a/UpdSignXML/UpdSignXML.h +++ b/UpdSignXML/UpdSignXML.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdSignXML/main.cpp b/UpdSignXML/main.cpp index 36f0fb5..3cd6463 100644 --- a/UpdSignXML/main.cpp +++ b/UpdSignXML/main.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdSignXML/pch.cpp b/UpdSignXML/pch.cpp index 4bf0fd8..825cea4 100644 --- a/UpdSignXML/pch.cpp +++ b/UpdSignXML/pch.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/UpdSignXML/pch.h b/UpdSignXML/pch.h index 091045a..bb45793 100644 --- a/UpdSignXML/pch.h +++ b/UpdSignXML/pch.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/Updater/include/Updater/chkthread.h b/Updater/include/Updater/chkthread.h index 6ac54ab..dbfe561 100644 --- a/Updater/include/Updater/chkthread.h +++ b/Updater/include/Updater/chkthread.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/Updater/include/Updater/common.h b/Updater/include/Updater/common.h index 512cf35..813d8f7 100644 --- a/Updater/include/Updater/common.h +++ b/Updater/include/Updater/common.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/Updater/src/chkthread.cpp b/Updater/src/chkthread.cpp index 8aa5d80..317ec61 100644 --- a/Updater/src/chkthread.cpp +++ b/Updater/src/chkthread.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/Updater/src/main.cpp b/Updater/src/main.cpp index 7ac0fdb..91ab96a 100644 --- a/Updater/src/main.cpp +++ b/Updater/src/main.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/Updater/src/pch.cpp b/Updater/src/pch.cpp index 4bf0fd8..825cea4 100644 --- a/Updater/src/pch.cpp +++ b/Updater/src/pch.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater. diff --git a/Updater/src/pch.h b/Updater/src/pch.h index 034143b..fef95cb 100644 --- a/Updater/src/pch.h +++ b/Updater/src/pch.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of Updater.