You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments