haskell-hvr / cassava

A CSV parsing and encoding library optimized for ease of use and high performance
http://hackage.haskell.org/package/cassava
BSD 3-Clause "New" or "Revised" License
223 stars 107 forks source link

Implement bytestring escaping using `primMapByteStringBounded` #9

Open meiersi opened 12 years ago

meiersi commented 12 years ago

This amounts to simply adapting the HTML escaping from the documentation of http://hackage.haskell.org/packages/archive/bytestring/0.10.2.0/doc/html/Data-ByteString-Builder-Prim.html.

tibbe commented 12 years ago

Sounds like a good idea. I will get around to it eventually.