You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package implements the Unicode East Asian Width standard (UAX #11) and is intended to be compatible with `go-runewidth` and `wcwidth`. It operates on bytes without decoding runes for better performance.
51
47
48
+
There is also an `Options` type, to specify East Asian Width and Strict Emoji Neutral settings. If unspecified, the
49
+
default is `EastAsianWidth: false, StrictEmojiNeutral: true`.
50
+
52
51
## Prior Art
53
52
54
53
[mattn/go-runewidth](https://github.com/mattn/go-runewidth), which is excellent and popular.
0 commit comments