tree: 2f0001f2205a34513180d0a853a1ff1bf04c0388 [path history] [tgz]
  1. LICENSE
  2. README.md
  3. runewidth.go
  4. runewidth_appengine.go
  5. runewidth_js.go
  6. runewidth_posix.go
  7. runewidth_table.go
  8. runewidth_windows.go
vendor/github.com/mattn/go-runewidth/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