
10 Jul
2011
10 Jul
'11
6:12 p.m.
On Sun, Jul 10, 2011 at 12:59 PM, ivan vadovic
Hi,
Also a library for string normalization in the sense of stripping diacritical marks would be handy too. Does anything in this respect exist that would be usable from haskell?
The closest thing I know of is this: http://hackage.haskell.org/package/text-icu You still have to install ICU separately, that library is just a binding for working with it from Haskell. Jason