ghc-lib-parser-8.8.0.20190424: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

Encoding

Contents

Synopsis

UTF-8

utf8DecodeChar# :: Addr# -> (#Char#, Int##) Source #

utf8PrevChar :: Ptr Word8 -> IO (Ptr Word8) Source #

utf8CharStart :: Ptr Word8 -> IO (Ptr Word8) Source #

utf8DecodeChar :: Ptr Word8 -> (Char, Int) Source #

utf8DecodeByteString :: ByteString -> [Char] Source #

utf8DecodeStringLazy :: ForeignPtr Word8 -> Int -> Int -> [Char] Source #

utf8EncodeChar :: Char -> Ptr Word8 -> IO (Ptr Word8) Source #

utf8EncodeString :: Ptr Word8 -> String -> IO () Source #

countUTF8Chars :: Ptr Word8 -> Int -> IO Int Source #

Z-encoding

zEncodeString :: UserString -> EncodedString Source #

zDecodeString :: EncodedString -> UserString Source #

Base62-encoding

toBase62 :: Word64 -> String Source #

toBase62Padded :: Word64 -> String Source #

Converts a 64-bit word into a base-62 string