go-ethereum/vendor/github.com/mattn/go-runewidth
parmarrushabh 8d7572ef1c hot fix
2018-11-22 15:49:29 +05:30
..
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 hot fix 2018-11-22 15:49:29 +05:30
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

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