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
- Host: GitHub
- URL: https://github.com/moonbit-community/casefold
- Owner: moonbit-community
- License: apache-2.0
- Created: 2025-05-09T07:03:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-04T03:27:00.000Z (6 months ago)
- Last Synced: 2025-12-07T09:25:04.462Z (6 months ago)
- Topics: moonbit, unicode
- Language: MoonBit
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- 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
```