diff options
author | S. Randall Sawyer <srandallsawyer@gmail.com> | 2013-06-19 21:41:54 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-19 21:41:54 -0300 |
commit | 3548bf09ab62e1c15b4b2f42f65f093af993e1e3 (patch) | |
tree | 02773acbf4f850c3a4d0307af34d0e591fc46f13 /haskell/haskell-hxt-unicode/README | |
parent | 174abd4193243c2e1fb4a2f5f08272f2b65fe3dd (diff) |
haskell/haskell-hxt-unicode: Added (Unicode encoding and decoding)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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 0000000000000..6f71490394864 --- /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 |