Awesome
pangu.ex
Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).
- pangu.clj (Clojure)
- pangu.go (Go)
- pangu.java (Java)
- pangu.js (JavaScript, both Node.js and Browser)
- pangu.objective-c (Objective-C)
- pangu.php (PHP)
- pangu.py (Python)
- pangu.rb (Ruby)
Installation
Add pangu to your mix.exs
dependencies:
def deps do
[{:pangu, "~> 0.1.0"}]
end
and run $ mix deps.get
.
Usage
require Pangu
Pangu.spacing("Sephiroth見他這等神情,也是悚然一驚:不知我這Ultimate Destructive Magic是否對付得了?")
# output: Sephiroth 見他這等神情, 也是悚然一驚: 不知我這 Ultimate Destructive Magic 是否對付得了?
License
Released under the MIT License.