Haskell: Converting between ByteStrings and different text encodings -
I want to translate between strings and bytestrings using different encodings.
I know the Utf8-string package which handles UTF 8 encoding However, many other encodings are described in it
I also see the package which can translate between strings, text and biostrasting using different encodings.
What is the most appropriate way to use different encoding between string and byte string?
- Simple method:
- Binding through the icon:
- Through ICU binding:
Comments
Post a Comment