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 <simon@rozman.si>
This commit is contained in:
parent
59493b998e
commit
aa7a8fa484
@ -1,4 +1,4 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version Aug 8 2018)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
Copyright 2015-2020 Amebis
|
||||
|
||||
This file is part of ZRCola.
|
||||
|
@ -1,4 +1,4 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version Aug 8 2018)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user