https://github.com/minibill/elm-unicode
Unicode-aware `Char` functions for Elm
https://github.com/minibill/elm-unicode
Last synced: 3 months ago
JSON representation
Unicode-aware `Char` functions for Elm
- Host: GitHub
- URL: https://github.com/minibill/elm-unicode
- Owner: miniBill
- License: bsd-3-clause
- Created: 2021-01-24T23:44:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T06:06:56.000Z (over 1 year ago)
- Last Synced: 2025-03-25T19:22:05.949Z (3 months ago)
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/miniBill/elm-unicode/latest/
- Size: 471 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-unicode
This package is meant to augment the `Char` one in `elm/core`, by offering Unicode-aware `isLower`/`isUpper`/`isDigit`/... functions.The current version of the package is based on Unicode 13.0.0.
# Tests #
The package can be tested using elm-test. Warning: the test will take a long time and probably crash `elm-test`.# Updating `Unicode.elm` #
Just run `make` while inside the `generator` directory. It will download raw data from the Unicode website and build the `.elm` file