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
For example, format-code.ps1 on git_commit_id.h reports:
error: encoding with unsupported byte order mark "UTF-16 (LE)" detected in file 'include\git_commit_id.h'.
OS information
No response
Steps taken to reproduce bug
Run the format_code or do any hexdump of git_commit_id.h, or just do "vim -b git_commit_id.h"
Expected behavior
File should be ASCII
Actual outcome
File is UTF-16LE
Additional details
No response
The text was updated successfully, but these errors were encountered:
dthaler
added
the
cleanup
Affects API usability or code maintainability but not correctness or applicability
label
Jan 13, 2025
Describe the bug
Header files should be ASCII not UTF-16LE.
For example, format-code.ps1 on git_commit_id.h reports:
error: encoding with unsupported byte order mark "UTF-16 (LE)" detected in file 'include\git_commit_id.h'.
OS information
No response
Steps taken to reproduce bug
Run the format_code or do any hexdump of git_commit_id.h, or just do "vim -b git_commit_id.h"
Expected behavior
File should be ASCII
Actual outcome
File is UTF-16LE
Additional details
No response
The text was updated successfully, but these errors were encountered: