mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
add back UTF-8 BOMs
This commit is contained in:
parent
796746525d
commit
865d395f26
@ -1,4 +1,4 @@
|
|||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_COMPILER,
|
MSG_COMPILER,
|
||||||
"编译器"
|
"编译器"
|
||||||
)
|
)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_COMPILER,
|
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 */
|
/* https://support.microsoft.com/en-us/kb/980263 */
|
||||||
#pragma execution_character_set("utf-8")
|
#pragma execution_character_set("utf-8")
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_COMPILER,
|
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 */
|
/* https://support.microsoft.com/en-us/kb/980263 */
|
||||||
#pragma execution_character_set("utf-8")
|
#pragma execution_character_set("utf-8")
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MSG_COMPILER,
|
MSG_COMPILER,
|
||||||
"Compiler"
|
"Compiler"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user