egonSchiele / HandsomeSoup

Easy HTML parsing for Haskell
http://egonschiele.github.com/HandsomeSoup
BSD 3-Clause "New" or "Revised" License
124 stars 20 forks source link

Switch from String to Text if possible #20

Open egonSchiele opened 10 years ago

egonSchiele commented 10 years ago

...for better performance.

ghost commented 7 years ago

I'm guessing you mean Bytestring, because the network is involved?

egonSchiele commented 7 years ago

Text, because Bytestring can't handle unicode.