Files
pangu.hs/README.md
2026-01-06 22:06:22 +08:00

11 lines
208 B
Markdown

# pangu.hs
Insert whitespace between CJK and half-width characters.
This haskell version implements a subset of spacing rules in [pangu.py](https://github.com/vinta/pangu.py).
## test
```sh
cabal test
```