with-utf8 VS unicode-data

Compare with-utf8 vs unicode-data and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
with-utf8 unicode-data
4 1
52 17
- -
6.3 5.5
4 days ago 5 months ago
Haskell Haskell
Mozilla Public License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

with-utf8

Posts with mentions or reviews of with-utf8. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-22.
  • Best resources to learn haskell?
    4 projects | /r/haskell | 22 Sep 2022
    Invalid byte sequence sounds like a locale issue (see this blog post).
  • What Is IO Monad?
    3 projects | news.ycombinator.com | 9 Mar 2022
    The real fix will happen when Data.Text moves from UTF-16 to UTF-8:

    https://discourse.haskell.org/t/hf-tech-proposal-1-utf-8-enc...

    Fortunately this proposal has been accepted, but I don't know the timeline for its implementation in GHC.

    Until then, working with UTF-8 is kind of convoluted

    https://serokell.io/blog/haskell-with-utf8

    Also: libraries need to be fixed to accept Data.Text instead of String. IsString helps (it's a typeclass that contains all string types) but only if APIs take it instead of defaulting to String. Adding random string conversions to cope with legacy APIs is very annoying.

  • Where can I look for help?
    1 project | /r/agda | 2 Jan 2022
    Agda is written in Haskell, and the quoted error message is a common problem with applications written in Haskell. You probably have an environment variable like LC_CTYPE or LC_ALL which is set to an unusual value. I'd try setting LANG, LC_CTYPE and LC_ALL to en_US.utf8.
  • Using VS Code with Haskell
    2 projects | /r/haskellquestions | 15 Feb 2021
    without this I get a build error (see here

unicode-data

Posts with mentions or reviews of unicode-data. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-15.
  • Text Maintainers: text-utf8 migration discussion - Haskell Foundation
    4 projects | /r/haskell | 15 Apr 2021
    There are several native Haskell libraries, covering individual features of text-icu: https://hackage.haskell.org/package/unicode-transforms for normalization https://github.com/jgm/unicode-collation for collation https://github.com/composewell/unicode-data for character database https://hackage.haskell.org/package/unicode-general-category for character database

What are some alternatives?

When comparing with-utf8 and unicode-data you can also consider the following projects:

haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.

streamly-cassava - Streaming CSV support for the Streamly ecosystem

text - Haskell library for space- and time-efficient operations over Unicode text.

aeson - A fast Haskell JSON library

text-short - Memory-efficient representation of Unicode text strings

streamly-examples - Examples for Streamly

unicode-transforms - Fast Unicode normalization in Haskell

safeio - Haskell Library for safe (atomic) IO

binary-io - Read and write values of types that implement Binary from and to Handles

machination - Plot charts as unicode strings in the console.

unicode-tricks - Functions to work with unicode characters.

emoji - emoji utility for haskell