{-# LANGUAGE CPP #-}
module System.OsString.Encoding.Compat
(
EncodingException(..)
, showEncodingException
, ucs2le
, mkUcs2le
, ucs2le_DF
, ucs2le_EF
, ucs2le_decode
, ucs2le_encode
, utf16le_b
, mkUTF16le_b
, utf16le_b_DF
, utf16le_b_EF
, utf16le_b_decode
, utf16le_b_encode
, encodeWithBasePosix
, decodeWithBasePosix
#if MIN_VERSION_os_string(2,0,5)
, encodeWithBasePosix'
, decodeWithBasePosix'
#endif
, encodeWithBaseWindows
, decodeWithBaseWindows
)
where
import System.OsString.Encoding.Internal.Compat