
27 Feb
2009
27 Feb
'09
3:27 p.m.
2009/2/27 minh thu
2009/2/27 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
This is a nice news. What is the preferred way to parse some Text ?
I mean it is straightforward to rewrite attoparsec to use Text instead of (Lazy and Strict) Bytestring, but is it the way to go ? Thanks, Thu