ghc-6.12.1: The GHC APISource codeContentsIndex
Encoding
Contents
UTF-8
Z-encoding
Synopsis
utf8DecodeChar# :: Addr# -> (#Char#, Addr##)
utf8PrevChar :: Ptr Word8 -> IO (Ptr Word8)
utf8CharStart :: Ptr Word8 -> IO (Ptr Word8)
utf8DecodeChar :: Ptr Word8 -> (Char, Ptr Word8)
utf8DecodeString :: Ptr Word8 -> Int -> IO [Char]
utf8EncodeChar :: Char -> Ptr Word8 -> IO (Ptr Word8)
utf8EncodeString :: Ptr Word8 -> String -> IO ()
utf8EncodedLength :: String -> Int
countUTF8Chars :: Ptr Word8 -> Int -> IO Int
zEncodeString :: UserString -> EncodedString
zDecodeString :: EncodedString -> UserString
UTF-8
utf8DecodeChar# :: Addr# -> (#Char#, Addr##)Source
utf8PrevChar :: Ptr Word8 -> IO (Ptr Word8)Source
utf8CharStart :: Ptr Word8 -> IO (Ptr Word8)Source
utf8DecodeChar :: Ptr Word8 -> (Char, Ptr Word8)Source
utf8DecodeString :: Ptr Word8 -> Int -> IO [Char]Source
utf8EncodeChar :: Char -> Ptr Word8 -> IO (Ptr Word8)Source
utf8EncodeString :: Ptr Word8 -> String -> IO ()Source
utf8EncodedLength :: String -> IntSource
countUTF8Chars :: Ptr Word8 -> Int -> IO IntSource
Z-encoding
zEncodeString :: UserString -> EncodedStringSource
zDecodeString :: EncodedString -> UserStringSource
Produced by Haddock version 2.6.0