Re: [Haskell-cafe] ANNOUNCE: text and text-icu, fast and comprehensive Unicode support using stream fusion

2009-03-02 Thread Bryan O'Sullivan
On Sun, Mar 1, 2009 at 5:05 AM, Manlio Perillo manlio_peri...@libero.itwrote: This is interesting. Any plans to write a pure Haskell package, using Unicode CLDR data? http://unicode.org/cldr/ Foundational l10n work, however important it may be, is an unrewarding slog, so it's the kind of

Re: [Haskell-cafe] ANNOUNCE: text and text-icu, fast and comprehensive Unicode support using stream fusion

2009-03-01 Thread Manlio Perillo
Bryan O'Sullivan ha scritto: On behalf of the Data.Text team, I am delighted to announce the release of preview versions of two new packages: [...] text-icu 0.1 Augments text with comprehensive character set conversion support and normalization (and soon more), via bindings to the ICU library.

[Haskell-cafe] ANNOUNCE: text and text-icu, fast and comprehensive Unicode support using stream fusion

2009-02-27 Thread Bryan O'Sullivan
On behalf of the Data.Text team, I am delighted to announce the release of preview versions of two new packages: text 0.1 Fast, packed Unicode text support, using a modern stream fusion framework. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/text text-icu 0.1 Augments text with

Re: [Haskell-cafe] ANNOUNCE: text and text-icu, fast and comprehensive Unicode support using stream fusion

2009-02-27 Thread George Pollard
On Fri, 2009-02-27 at 00:01 -0800, Bryan O'Sullivan wrote: text-icu 0.1 Augments text with comprehensive character set conversion support and normalization (and soon more), via bindings to the ICU library. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/text-icu Excellent! I was

Re: [Haskell-cafe] ANNOUNCE: text and text-icu, fast and comprehensive Unicode support using stream fusion

2009-02-27 Thread George Pollard
Unfortunately it doesn’t build for me. I have libicu-dev 3.8.1 installed. $ cabal install text-icu Resolving dependencies... 'text-icu-0.1' is cached. Configuring text-icu-0.1... Preprocessing library text-icu-0.1... Error.hsc: In function ‘main’: Error.hsc:229: error:

Re: [Haskell-cafe] ANNOUNCE: text and text-icu, fast and comprehensive Unicode support using stream fusion

2009-02-27 Thread minh thu
2009/2/27 Bryan O'Sullivan b...@serpentine.com: On behalf of the Data.Text team, I am delighted to announce the release of preview versions of two new packages: text 0.1 Fast, packed Unicode text support, using a modern stream fusion framework.

Re: [Haskell-cafe] ANNOUNCE: text and text-icu, fast and comprehensive Unicode support using stream fusion

2009-02-27 Thread minh thu
2009/2/27 minh thu not...@gmail.com: 2009/2/27 Bryan O'Sullivan b...@serpentine.com: On behalf of the Data.Text team, I am delighted to announce the release of preview versions of two new packages: text 0.1 Fast, packed Unicode text support, using a modern stream fusion framework.

Re: [Haskell-cafe] ANNOUNCE: text and text-icu, fast and comprehensive Unicode support using stream fusion

2009-02-27 Thread Bryan O'Sullivan
On Fri, Feb 27, 2009 at 12:57 AM, George Pollard por...@porg.es wrote: Unfortunately it doesn’t build for me. I have libicu-dev 3.8.1 installed. Yes, as the README states, the text-icu package needs ICU 4.0. The basic text library has no such external dependencies.