utfbom
utfbom copied to clipboard
Detection of the BOM and removing as necessary
Thanks for writing this, it really helped me out today :-) Have a great day 👍
Just wanted to say thanks - this library does one thing, and it does it well. Regards Steffen PS: Feel free to close this issue after reading.
Today we return Unknown if we call Skip on a reader that is actually a *Reader we can store the original encoding in the structure instead returning Unknown
Package ioutil is considered deprecated and there are alternatives on io and os packages for the same functions
Current version: go 1.21.4
Can this package also remove `\ufeff` ? > `\ufeff` is a the [ZERO WIDTH NO-BREAK SPACE codepoint](https://codepoints.net/U+FEFF); it is not rendered when printing. It is used as a [byte order...
- Adds 1.22 and 1.23 to the test suite