yay/vendor/github.com/mattn/go-runewidth
Stephen McQuay 9f47b066db
vendored deps
2016-05-04 09:02:23 -07:00
..
README.mkd vendored deps 2016-05-04 09:02:23 -07:00
runewidth.go vendored deps 2016-05-04 09:02:23 -07:00
runewidth_js.go vendored deps 2016-05-04 09:02:23 -07:00
runewidth_posix.go vendored deps 2016-05-04 09:02:23 -07:00
runewidth_test.go vendored deps 2016-05-04 09:02:23 -07:00
runewidth_windows.go vendored deps 2016-05-04 09:02:23 -07:00

README.mkd

go-runewidth

Build Status Coverage Status GoDoc

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