utfbom icon indicating copy to clipboard operation
utfbom copied to clipboard

Removal of \ufeff

Open kishaningithub opened this issue 1 year ago • 0 comments

Can this package also remove \ufeff ?

\ufeff is 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

kishaningithub avatar Oct 21 '24 09:10 kishaningithub