Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>

[[ 🗃 ^yEzqv rel4tion-wiki ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/yEzqv

SSH: git clone USERNAME@vervis.peers.community:yEzqv

Branches

Tags

master :: projects /

unicode.mdwn

Is there a way in Haskell to get all the Unicode character properties? Not just the common ones, but also whitespace and getting values of digits (not just ASCII ones) and so on.

This should be in pure Haskell. No reason to use external bindings for something that can be generated from the UCD.

List of relevant packages in Hackage:

In particular, it seems none of these provides the Basic Type of a character, which is what I need for [[/projects/language-idan]].

[See repo JSON]