From 7a7030b9e328d57934bf432585e97521f4b83e8f Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 19 Nov 2020 10:53:27 +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 --- include/stdex/common.h | 2 +- include/stdex/idrec.h | 2 +- src/pch.cpp | 2 +- src/pch.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/stdex/common.h b/include/stdex/common.h index cbf14b2c2..fe8132289 100644 --- a/include/stdex/common.h +++ b/include/stdex/common.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of stdex. diff --git a/include/stdex/idrec.h b/include/stdex/idrec.h index 221e67af9..dd267c6a9 100644 --- a/include/stdex/idrec.h +++ b/include/stdex/idrec.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of stdex. diff --git a/src/pch.cpp b/src/pch.cpp index 897e4e07e..bf8c9f2c7 100644 --- a/src/pch.cpp +++ b/src/pch.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of stdex. diff --git a/src/pch.h b/src/pch.h index a6b97d38a..6d2795831 100644 --- a/src/pch.h +++ b/src/pch.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2016-2020 Amebis This file is part of stdex.