1
0
Fork 0
forked from forgejo/forgejo
forgejo-domi/vendor/github.com/mattn/go-runewidth
..
.travis.yml
go.mod
go.test.sh update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
LICENSE
README.md
runewidth.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
runewidth_appengine.go
runewidth_js.go
runewidth_posix.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
runewidth_table.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
runewidth_windows.go

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