“sig” in “utf-8-sig” is the abbreviation of “signature” (i.e. signature utf-8 file).
Using utf-8-sig to read a file will treat the BOM as metadata that explains how to interpret the file, instead of as part of the file contents.
“sig” in “utf-8-sig” is the abbreviation of “signature” (i.e. signature utf-8 file).
Using utf-8-sig to read a file will treat the BOM as metadata that explains how to interpret the file, instead of as part of the file contents.