liuxiulin 1921cb4c51 first commit il y a 1 mois
..
.travis.yml 1921cb4c51 first commit il y a 1 mois
LICENSE 1921cb4c51 first commit il y a 1 mois
README.md 1921cb4c51 first commit il y a 1 mois
go.test.sh 1921cb4c51 first commit il y a 1 mois
runewidth.go 1921cb4c51 first commit il y a 1 mois
runewidth_appengine.go 1921cb4c51 first commit il y a 1 mois
runewidth_js.go 1921cb4c51 first commit il y a 1 mois
runewidth_posix.go 1921cb4c51 first commit il y a 1 mois
runewidth_table.go 1921cb4c51 first commit il y a 1 mois
runewidth_windows.go 1921cb4c51 first commit il y a 1 mois

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