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. _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
