You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/vendor/github.com/mattn/go-runewidth
Miguel Mota 1a789cb587
go mod vendor
3 years ago
..
.travis.yml go mod vendor 4 years ago
LICENSE dep ensure 6 years ago
README.md go mod vendor 4 years ago
go.test.sh go mod vendor 4 years ago
runewidth.go go mod vendor 3 years ago
runewidth_appengine.go Transfer from dep to go modules. 6 years ago
runewidth_js.go Transfer from dep to go modules. 6 years ago
runewidth_posix.go go mod vendor 4 years ago
runewidth_table.go go mod vendor 3 years ago
runewidth_windows.go Transfer from dep to go modules. 6 years ago

README.md

go-runewidth

Build Status Codecov 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