Fix missing BOM markers (#7367)
This commit is contained in:
parent
1b96d82cf2
commit
75a1ea749b
|
@ -1,4 +1,4 @@
|
|||
MSG_HASH(
|
||||
MSG_HASH(
|
||||
MSG_COMPILER,
|
||||
"Compiler"
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MSG_HASH(
|
||||
MSG_HASH(
|
||||
MSG_COMPILER,
|
||||
"编译器"
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MSG_HASH(
|
||||
MSG_HASH(
|
||||
MSG_COMPILER,
|
||||
"編譯器"
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
/* https://support.microsoft.com/en-us/kb/980263 */
|
||||
#pragma execution_character_set("utf-8")
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MSG_HASH(
|
||||
MSG_HASH(
|
||||
MSG_COMPILER,
|
||||
"컴파일러"
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MSG_HASH(
|
||||
MSG_HASH(
|
||||
MSG_COMPILER,
|
||||
"Kompilator"
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
/* https://support.microsoft.com/en-us/kb/980263 */
|
||||
#pragma execution_character_set("utf-8")
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MSG_HASH(
|
||||
MSG_HASH(
|
||||
MSG_COMPILER,
|
||||
"Compiler"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue