1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/github.com/mattn/go-runewidth
2016-12-03 22:43:32 -08:00
..
.travis.yml Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
LICENSE Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
README.mkd Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
runewidth.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
runewidth_js.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
runewidth_posix.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
runewidth_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
runewidth_windows.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00

go-runewidth

Build Status Coverage Status GoDoc Go Report Card

Provides functions to get fixed width of the character or string.

Usage

runewidth.StringWidth("つのだ☆HIRO") == 12

Author

Yasuhiro Matsumoto

License

under the MIT License: http://mattn.mit-license.org/2013