Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed May 8, 2021
1 parent 2e9d762 commit de24772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
These library provides converter between `ByteString` and `Text` based
on `GHC.IO.Encoding`.
Compared to the [text-icu](http://hackage.haskell.org/package/text-icu)
package, it has only limited feature and platform dependent, but it is
package, it has only limited feature and is platform dependent, but is
light-weight and consistent with conversion by `System.IO`.

## Limitations and Known issues

* There are some cases that conversion can produce incomplete results due to the problem of `GHC.IO.Encoding` API.
see https://ghc.haskell.org/trac/ghc/ticket/15553 for details.
see https://gitlab.haskell.org/ghc/ghc/-/issues/15553 for details.

0 comments on commit de24772

Please sign in to comment.