Skip to content

Commit d6c4b3d

Browse files
cosmo0920edsiper
authored andcommitted
internal: test: conditional: Add Byte-Order-Mark(BOM) for non western Windows environments
In non-Western Windows environment, especially cp932 (Shift-JIS) environment of Windows, cl.exe complains continuous lines but this should be caused character encoding glitches. This should be fixed by BOM at the top of the source files. This issue should be happened if the files contain non-ASCII characters such as AccsantGrave or other symbols or multibytes characters could cause this type of issue. Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 9f2502b commit d6c4b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/internal/conditionals.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <fluent-bit/flb_info.h>
1+
#include <fluent-bit/flb_info.h>
22
#include <fluent-bit/flb_log.h>
33
#include <fluent-bit/flb_mem.h>
44
#include <fluent-bit/flb_sds.h>

0 commit comments

Comments
 (0)