Hoogle Search
Within LTS Haskell 24.60 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
decodeUtf8With :: OnDecodeError -> ByteString -> Textincipit-base Incipit.String.Reexport Decode a ByteString containing UTF-8 encoded text. Surrogate code points in replacement character returned by OnDecodeError will be automatically remapped to the replacement char U+FFFD.
decodeUtf8' :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Charstreamly-core Streamly.Internal.Unicode.Stream Decode a UTF-8 encoded bytestream to a stream of Unicode characters. The function throws an error if an invalid codepoint is encountered.
-
streamly-core Streamly.Internal.Unicode.Stream Like decodeUtf8 but for a chunked stream. It may be slightly faster than flattening the stream and then decoding with decodeUtf8.
-
streamly-core Streamly.Internal.Unicode.Stream Like 'decodeUtf8'' but for a chunked stream. It may be slightly faster than flattening the stream and then decoding with 'decodeUtf8''.
-
streamly-core Streamly.Internal.Unicode.Stream Like decodeUtf8_ but for a chunked stream. It may be slightly faster than flattening the stream and then decoding with decodeUtf8_.
decodeUtf8D :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Charstreamly-core Streamly.Internal.Unicode.Stream No documentation available.
decodeUtf8D' :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Charstreamly-core Streamly.Internal.Unicode.Stream No documentation available.
decodeUtf8D_ :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Charstreamly-core Streamly.Internal.Unicode.Stream No documentation available.
-
streamly-core Streamly.Internal.Unicode.Stream Pre-release
-
streamly-core Streamly.Internal.Unicode.Stream No documentation available.