samples
samples copied to clipboard
Many sample programs start with the BOM, which is a Windowsism
Byte Order Markers (BOM) in source code
Most .cs files in the samples tree checkout on Linux from git with the 1st two characters a BOM. This is a Windowsism, and confuses many Linux tools.
Please remove all the BOM in all files.
Issue metadata
- Issue type: sample-update