change fileformat back to utf-8 with BOM, for visual studio source files which contain ä,Ä,ö,Ö,ü,Ü or ß in strings must be in format utf-8-BOM

This commit is contained in:
einhornimmond 2021-03-30 17:52:03 +02:00
parent f09a0017f9
commit 41b1a18072
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "ImportantTests.h"
#include "ImportantTests.h"
#include <string>
#include "ServerConfig.h"

View File

@ -1,4 +1,4 @@
#include "Email.h"
#include "Email.h"
#include "../../SingletonManager/EmailManager.h"
#include "Poco/Net/MediaType.h"