https://github.com/myfreess/casefold
Simple Unicode CaseFold Implementation
https://github.com/myfreess/casefold
moonbit unicode
Last synced: 10 months ago
JSON representation
Simple Unicode CaseFold Implementation
- Host: GitHub
- URL: https://github.com/myfreess/casefold
- Owner: myfreess
- License: apache-2.0
- Created: 2025-05-09T07:03:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T05:40:54.000Z (about 1 year ago)
- Last Synced: 2025-06-11T06:34:50.372Z (about 1 year ago)
- Topics: moonbit, unicode
- Language: MoonBit
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```