Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
utf8CompareShortByteString :: ShortByteString -> ShortByteString -> Orderingghc-boot GHC.Utils.Encoding.UTF8 No documentation available.
utf8CountCharsShortByteString :: ShortByteString -> Intghc-boot GHC.Utils.Encoding.UTF8 No documentation available.
utf8DecodeByteString :: ByteString -> [Char]ghc-boot GHC.Utils.Encoding.UTF8 Decode a ByteString containing a UTF-8 string.
utf8DecodeShortByteString :: ShortByteString -> [Char]ghc-boot GHC.Utils.Encoding.UTF8 No documentation available.
utf8EncodeByteString :: String -> ByteStringghc-boot GHC.Utils.Encoding.UTF8 Encode a String into a ByteString.
utf8EncodeShortByteString :: String -> ShortByteStringghc-boot GHC.Utils.Encoding.UTF8 No documentation available.
utf8UnconsByteString :: ByteString -> Maybe (Char, ByteString)ghc-boot GHC.Utils.Encoding.UTF8 No documentation available.
FileAttributeTypeByteString :: FileAttributeTypegi-gio GI.Gio.Enums a zero terminated string of non-zero bytes.
dbusEscapeObjectPathBytestring :: (HasCallStack, MonadIO m) => ByteString -> m Textgi-gio GI.Gio.Functions Escapes bytes for use in a D-Bus object path component. bytes is an array of zero or more nonzero bytes in an unspecified encoding, followed by a single zero byte. The escaping method consists of replacing all non-alphanumeric characters (see g_ascii_isalnum()) with their hexadecimal value preceded by an underscore (_). For example: foo.bar.baz will become foo_2ebar_2ebaz. This method is appropriate to use when the input is nearly a valid object path component but is not when your input is far from being a valid object path component. Other escaping algorithms are also valid to use with D-Bus object paths. This can be reversed with dbusUnescapeObjectPath. Since: 2.68
-
gi-gio GI.Gio.Interfaces.File Sets attribute of type FileAttributeTypeByteString to value. If attribute is of a different type, this operation will fail, returning False. If cancellable is not Nothing, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error IOErrorEnumCancelled will be returned.