
22 Jan
2008
22 Jan
'08
4:56 a.m.
chr . ord $ 'å' '\229' What would I have to do to get an 'å' from '229'?
It seems you already have it; 'å' is the same as '\229'. But IO output is still 8-bit, so when you ask ghci to print 'å', you get '\229'. You can use utf-string library (from hackage).