[clug] Canberra Functional Programming Group -> OT Haskell

Bryan Kilgallin bryan at netspeed.com.au
Sun Jun 21 07:34:44 MDT 2015


I have been reading "Learn You a Haskell For Great Good!". Wherein I am 
up to Typeclasses 101.
http://learnyouahaskell.com/types-and-typeclasses#typeclasses-101

Listed under "Bounded" is the following example.

ghci> maxBound :: Char
'\1114111'

Therefore the highest possible character is '\1114111'. Which is 10FFFF 
in hexadecimal. Thus including all Unicode characters.
https://en.wikipedia.org/wiki/Plane_%28Unicode%29

I have only coded up to 8 bit characters. Has anyone here coded with 
higher Unicode characters?

-- 
www.netspeed.com.au/bryan/



More information about the linux mailing list