unicode-data
unicode-data copied to clipboard
Access unicode character database
``` Failures: [185/925911] test/Unicode/CharSpec.hs:200:23: 1) Unicode.Char, Unicode general categories, generalCategory predicate failed on: '\12284' To rerun use: --match "/Unicode.Char/Unicode general categories/generalCategory/" --seed 1231034160 test/Unicode/CharSpec.hs:200:23: 2) Unicode.Char, Character classification, isAlpha predicate...
Fixes #111
The following is a quick write-up and is not structured properly. The contents of this might not be useful to anyone but me. # Guides ## README.html Looks like the...
@harendra-kumar I think #106 is worth a new release.
Follow-up of #107. Added comparison to ICU.
I plan to work here on performance. I may introduce breaking changes when I encounter a discutable design decision.
```haskell >>> isAlphabetic '\x345' True >>> isAlphaNum '\x345' False ```
- Rename the package `unicode-data` to `unicode-data-core` and create the all-in-one package `unicode-data`. - Use the new version scheme. Note: This is currently based on #92 and will need to...
The idea is, the master branch would have the version of the next major release. Ie. the next target. Eg. If the latest released version is `0.2.4` the master branch...