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 a7f1e12c60 go mod vendor 4 years ago
..
.travis.yml go mod vendor 4 years ago
LICENSE
README.md go mod vendor 4 years ago
go.mod
go.test.sh go mod vendor 4 years ago
runewidth.go go mod vendor 4 years ago
runewidth_appengine.go
runewidth_js.go
runewidth_posix.go go mod vendor 4 years ago
runewidth_table.go go mod vendor 4 years ago
runewidth_windows.go

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