include-guard-convert
include-guard-convert copied to clipboard
Add handling of UTF-8 BOM characters
If we find a UTF-8 BOM (Byte Order Mark) in the begining if a line we remove it and continue the test.
When writing back the "#pragma once" the BOM is added if found
I think this is already covered in the current git HEAD, as that should use utf-8 as input enc, right?