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 <simon@rozman.si>
This commit is contained in:
Simon Rozman 2020-11-19 10:53:27 +01:00
parent 325f9d6b08
commit 7a7030b9e3
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* /*
Copyright 2016-2020 Amebis Copyright 2016-2020 Amebis
This file is part of stdex. This file is part of stdex.

View File

@ -1,4 +1,4 @@
/* /*
Copyright 2016-2020 Amebis Copyright 2016-2020 Amebis
This file is part of stdex. This file is part of stdex.

View File

@ -1,4 +1,4 @@
/* /*
Copyright 2016-2020 Amebis Copyright 2016-2020 Amebis
This file is part of stdex. This file is part of stdex.

View File

@ -1,4 +1,4 @@
/* /*
Copyright 2016-2020 Amebis Copyright 2016-2020 Amebis
This file is part of stdex. This file is part of stdex.