diff options
Diffstat (limited to 'haskell/haskell-hxt-unicode/README')
-rw-r--r-- | haskell/haskell-hxt-unicode/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-hxt-unicode/README b/haskell/haskell-hxt-unicode/README new file mode 100644 index 0000000000..6f71490394 --- /dev/null +++ b/haskell/haskell-hxt-unicode/README @@ -0,0 +1,6 @@ +Unicode encoding and decoding functions for utf8, iso-latin-* and +some other encodings used in the Haskell XML Toolbox. +ISO Latin 1 - 16, utf8, utf16 and ASCII are supported. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |