Like 'encodeLE but not in IO.
encodeLE was designed to have a symmetric type signature on
unix and windows, but morally the function has no IO effects on
windows, so we provide this variant without breaking existing API.
On windows,
encodeLE is equivalent to
encodeFS.
This function does not exist on unix.