On the same day, everyone used text processing with String . But then some people noted that it was actually very, very inefficient, and the ByteString package ByteString .
ByteString great for processing binary data. But people soon noticed that ByteString.Char8 is actually a massive kludge, and what you really want is the actual Unicode processing for external data. And with that, about thirty similar, but incompatible Haskell packages for working with Unicode packed strings were born. And none of them can really get any craving, because ... well, thirty is too much!
My question is: is this problem still fixed? In other words, has the community settled on one package to do the job? And if so, which one?
unicode haskell
MathematicalOrchid
source share