Skip to content

cataska/pangu.ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 20, 2016
4d8d7e0 · Feb 20, 2016

History

14 Commits
Feb 14, 2016
Feb 15, 2016
Feb 15, 2016
Feb 14, 2016
Feb 20, 2016
Feb 20, 2016
Feb 20, 2016

Repository files navigation

pangu.ex

Build Status hex.pm version

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).

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.

About

Paranoid text spacing in Elixir

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages