add back UTF-8 BOMs

This commit is contained in:
Brad Parker 2017-10-03 16:48:27 -04:00
parent 796746525d
commit 865d395f26
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
MSG_HASH( MSG_HASH(
MSG_COMPILER, MSG_COMPILER,
"编译器" "编译器"
) )

View File

@ -1,4 +1,4 @@
MSG_HASH( MSG_HASH(
MSG_COMPILER, MSG_COMPILER,
"編譯器" "編譯器"
) )

View File

@ -1,4 +1,4 @@
#if defined(_MSC_VER) && !defined(_XBOX) #if defined(_MSC_VER) && !defined(_XBOX)
/* https://support.microsoft.com/en-us/kb/980263 */ /* https://support.microsoft.com/en-us/kb/980263 */
#pragma execution_character_set("utf-8") #pragma execution_character_set("utf-8")
#endif #endif

View File

@ -1,4 +1,4 @@
MSG_HASH( MSG_HASH(
MSG_COMPILER, MSG_COMPILER,
"컴파일러" "컴파일러"
) )

View File

@ -1,4 +1,4 @@
#if defined(_MSC_VER) && !defined(_XBOX) #if defined(_MSC_VER) && !defined(_XBOX)
/* https://support.microsoft.com/en-us/kb/980263 */ /* https://support.microsoft.com/en-us/kb/980263 */
#pragma execution_character_set("utf-8") #pragma execution_character_set("utf-8")
#endif #endif

View File

@ -1,4 +1,4 @@
MSG_HASH( MSG_HASH(
MSG_COMPILER, MSG_COMPILER,
"Compiler" "Compiler"
) )