Skip to content

Commit 383daf2

Browse files
committed
fixup! windows codepage
1 parent 3c6a1a3 commit 383daf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/lexbor/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (PHP_LEXBOR == "yes") {
2222
ADD_SOURCES("ext/lexbor/lexbor/css/syntax/tokenizer", "error.c","lexbor");
2323
ADD_SOURCES("ext/lexbor/lexbor/ns", "ns.c","lexbor");
2424
ADD_SOURCES("ext/lexbor/lexbor/tag", "tag.c","lexbor");
25-
ADD_FLAG("CFLAGS_LEXBOR", "/D LEXBOR_STATIC");
25+
ADD_FLAG("CFLAGS_LEXBOR", "/D LEXBOR_STATIC /utf-8");
2626

2727
AC_DEFINE("HAVE_LEXBOR", 1, "Define to 1 if the PHP extension 'lexbor' is available.");
2828

0 commit comments

Comments
 (0)