# README
`unicode-data-scripts` provides Haskell APIs to efficiently access the Unicode
character [scripts](https://www.unicode.org/reports/tr24/) from the
[Unicode character database](https://www.unicode.org/ucd/).
The Haskell data structures are generated programmatically from the
Unicode character database (UCD) files. The latest Unicode version
supported by this library is
[`17.0.0`](https://www.unicode.org/versions/Unicode17.0.0/).
Please see the
[Haddock documentation](https://hackage.haskell.org/package/unicode-data-scripts)
for reference documentation.
## Licensing
`unicode-data-scripts` is an [open source](https://github.com/composewell/unicode-data)
project available under a liberal [Apache-2.0 license](LICENSE).
## Contributing
As an open project we welcome contributions.