utfbom
utfbom copied to clipboard
Removal of \ufeff
Can this package also remove \ufeff ?
\ufeffis a the ZERO WIDTH NO-BREAK SPACE codepoint; it is not rendered when printing. It is used as a byte order mark in UTF-16 and UTF-32 to record the order in which the encoded bytes are to be decoded (big-endian or little-endian).
Ref - https://stackoverflow.com/a/35070859/3316017