kevinschoon-pomo/vendor/github.com/mattn/go-runewidth
Kevin Schoon 2042488d20 fix out of date dependencies 2018-01-30 21:23:53 -05:00
..
.travis.yml fix out of date dependencies 2018-01-30 21:23:53 -05:00
LICENSE fix out of date dependencies 2018-01-30 21:23:53 -05:00
README.mkd fix out of date dependencies 2018-01-30 21:23:53 -05:00
runewidth.go fix out of date dependencies 2018-01-30 21:23:53 -05:00
runewidth_js.go fix out of date dependencies 2018-01-30 21:23:53 -05:00
runewidth_posix.go fix out of date dependencies 2018-01-30 21:23:53 -05:00
runewidth_test.go fix out of date dependencies 2018-01-30 21:23:53 -05:00
runewidth_windows.go fix out of date dependencies 2018-01-30 21:23:53 -05:00

README.mkd

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