[Haskell-cafe] Character encoding?

michael rice nowgate at yahoo.com
Sun Dec 26 17:04:41 CET 2010


How are characters encoded?

*Main System.Random Control.Monad.State.Lazy> random (mkStdGen 0) :: (Char,StdGen)
('\64685',40014 40692)
*Main System.Random Control.Monad.State.Lazy> random (snd it) :: (Char,StdGen)
('\1052295',1601120196 1655838864)
*Main System.Random Control.Monad.State.Lazy> random (snd it) :: (Char,StdGen)
('\639025',1346387765 2103410263)
*Main System.Random Control.Monad.State.Lazy> random (snd it) :: (Char,StdGen)
('\625672',439883729 1872071452)

Michael


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20101226/1f92d5a7/attachment.htm>


More information about the Haskell-Cafe mailing list