pandoc-1.9.4.5: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellSafe-Inferred

Text.Pandoc.UTF8

Description

UTF-8 aware string IO functions that will work with GHC 6.10, 6.12, or 7.

Documentation

readFile :: FilePath -> IO StringSource

writeFile :: FilePath -> String -> IO ()Source

getContents :: IO StringSource

putStr :: String -> IO ()Source

putStrLn :: String -> IO ()Source

hPutStr :: Handle -> String -> IO ()Source

hPutStrLn :: Handle -> String -> IO ()Source

hGetContents :: Handle -> IO StringSource