An open API service indexing awesome lists of open source software.

https://github.com/moonbit-community/casefold

Simple Unicode CaseFold Implementation
https://github.com/moonbit-community/casefold

moonbit unicode

Last synced: 4 months ago
JSON representation

Simple Unicode CaseFold Implementation

Awesome Lists containing this project

README

          

# Unicode CaseFold

Unicode CaseFold library for MoonBit

## update case fold table

```
curl -O http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
python3 scripts/mapgen.py
moon fmt
```