quorum/vendor/github.com/mattn/go-runewidth
Felix Lange 2c4455b12a vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
..
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README.mkd Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
runewidth.go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
runewidth_js.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
runewidth_posix.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
runewidth_windows.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02: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