https://github.com/obsidiansystems/unicode-normal-forms
NFKC normalization for ghcjs and ghc
https://github.com/obsidiansystems/unicode-normal-forms
ghcjs haskell javascript normal-forms unicode
Last synced: 8 months ago
JSON representation
NFKC normalization for ghcjs and ghc
- Host: GitHub
- URL: https://github.com/obsidiansystems/unicode-normal-forms
- Owner: obsidiansystems
- License: other
- Created: 2023-06-27T20:20:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T14:29:15.000Z (over 2 years ago)
- Last Synced: 2025-05-19T18:48:50.897Z (9 months ago)
- Topics: ghcjs, haskell, javascript, normal-forms, unicode
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# unicode-normal-forms for ghc and ghcjs
On GHC, this package uses [unicode-transforms](https://hackage.haskell.org/package/unicode-transforms) while on GHCJS it uses the browser's [native normalization](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize).
Currently supports NFKC normalization.