From aa7a8fa48432f1f0080807362d2f52529cf5d744 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sun, 15 Mar 2020 00:13:28 +0100 Subject: [PATCH] Re-add UTF-8 BOM markers where required C files containing non-ASCII characters in strings require UTF-8 BOM for the MSVC to encode them correctly to the UTF-16 string. (Or switch the computer we are building on to use UTF-8 for non-Unicode programs.) Signed-off-by: Simon Rozman --- ZRCola/res/zrcolagui.cpp | 2 +- ZRCola/zrcolaabout.cpp | 2 +- ZRCola/zrcolagui.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZRCola/res/zrcolagui.cpp b/ZRCola/res/zrcolagui.cpp index 7b1290b..d9a2a82 100644 --- a/ZRCola/res/zrcolagui.cpp +++ b/ZRCola/res/zrcolagui.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 8 2018) // http://www.wxformbuilder.org/ // diff --git a/ZRCola/zrcolaabout.cpp b/ZRCola/zrcolaabout.cpp index aa837e9..490806d 100644 --- a/ZRCola/zrcolaabout.cpp +++ b/ZRCola/zrcolaabout.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2015-2020 Amebis This file is part of ZRCola. diff --git a/ZRCola/zrcolagui.cpp b/ZRCola/zrcolagui.cpp index f02b2d9..e08428b 100644 --- a/ZRCola/zrcolagui.cpp +++ b/ZRCola/zrcolagui.cpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 8 2018) // http://www.wxformbuilder.org/ //