hxt-unicode

Unicode en-/decoding functions for utf8, iso-latin-* and other encodings

https://github.com/UweSchmidt/hxt

LTS Haskell 22.14:9.0.2.4
Stackage Nightly 2024-03-28:9.0.2.4
Latest on Hackage:9.0.2.4

See all snapshots hxt-unicode appears in

MIT licensed by Uwe Schmidt
Maintained by Uwe Schmidt
This version can be pinned in stack with:hxt-unicode-9.0.2.4@sha256:a9266888ae2bb81a59a59c07dfb78df5f11dc9c4866b48d7ae1b5d712567187c,1354

Module documentation for 9.0.2.4

  • Data
    • Data.Char
      • Data.Char.IsoLatinTables
    • Data.String
      • Data.String.EncodingNames
      • Data.String.UTF8
      • Data.String.UTF8Decoding
      • Data.String.Unicode
Used by 2 packages in nightly-2019-05-29(full list with versions):

Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings, used in the Haskell XML Toolbox. ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding is done with lazy functions, errors may be detected or ignored.