7.7
pangu
(require pangu) | package: pangu |
1 English
Paranoid text spacing for Racket.
Add spaces around CJK characters to make them less cramped.
This is a port of the pangu family of libraries. Specifically, the regexps and the test suite are all directly ported from vinta/pangu.py.
2 Mandarin
@vinta的盤古之白移植到Racket上。
基本上是Python版的直譯。
3 Reference
Returns a new string with pangu spacing applied.
Examples:
procedure
(spacing-file path) → string?
path : path-string?
Apply pangu spacing to the file’s contents, and return it as a string.