hledger-* API docs

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

Hledger.Utils.UTF8

Description

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

Documentation

readFile :: FilePath -> IO StringSource

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

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

getContents :: IO StringSource

hGetContents :: Handle -> IO StringSource

putStr :: String -> IO ()Source

putStrLn :: String -> IO ()Source

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

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