The library doesn't return the correct width for some multi-codepoint emojis. `wcwidth('🤦🏼♂️')` returns `5`, but it should return `2`. See also: https://github.com/jquast/wcwidth/issues/39
The library doesn't return the correct width for some multi-codepoint emojis.
wcwidth('🤦🏼♂️')returns5, but it should return2.See also: jquast/wcwidth#39