add readme. remove changelog

This commit is contained in:
2026-01-06 22:06:22 +08:00
parent 211df1191f
commit 984069530e
3 changed files with 12 additions and 6 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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
```