-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Implements IDNA (RFC 3490).
--   
--   Implements IDNA - Internationalized Domain Names in Applications (RFC
--   3490).
@package idna
@version 0.3.0


-- | This module implements the two algorithms from RFC 3490.
--   (<a>http://tools.ietf.org/html/rfc3490</a>)
module Text.IDNA

-- | The ASCII Compatible Encoding prefix (currently '<tt>xn--</tt>').
acePrefix :: Text

-- | Implements the ToASCII algorithm.
toASCII :: Bool -> Bool -> Text -> Maybe Text
toUnicode :: Bool -> Bool -> Text -> Text
