GHC.Unicode

Ross Paterson ross at soi.city.ac.uk
Tue Jan 17 04:11:17 EST 2006


On Tue, Jan 17, 2006 at 10:33:51AM +0200, Krasimir Angelov wrote:
> I saw that GHC already has complete support for Unicode character
> classification. I tend to use it but I saw that currently GHC.Unicode
> exports only few of all classification routines. Is it intentional?

It exports some functions used by Data.Char.  You'd be better off using
the Data.Char interface, which is also supported by Hugs, and provides
classification using Unicode general categories.  Much more could be
added, though.



More information about the Glasgow-haskell-users mailing list