hxt-unicode

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

http://www.fh-wedel.de/~si/HXmlToolbox/index.html

Version on this page:9.0.2.2
LTS Haskell 22.18:9.0.2.4
Stackage Nightly 2024-04-25: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.2@sha256:652aa170e0e75784c35eff2db49de01c2e716e5edf99972a2c8a4177d3a5c926,1221

Module documentation for 9.0.2.2

  • Data
    • Data.Char
      • Data.Char.IsoLatinTables
    • Data.String
      • Data.String.EncodingNames
      • Data.String.UTF8
      • Data.String.UTF8Decoding
      • Data.String.Unicode
Used by 1 package in lts-0.7(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.