mirror of
https://github.com/ziglang/zig.git
synced 2026-01-19 13:55:20 +00:00
Fixes #2820 After reading the source code, the first two bytes are inspected, and if they correspond to a UTF-16 BOM in little-endian order, the source code is converted to UTF-8.