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
I think this is an error caused by this module using string-width module.
Pure Javascript can calculate the exact number of characters in Unicode characters.
(가.length is always 1)
However, the string-width module appears to calculate the number of bytes, not letters.
If a character such as Hangeul goes through this library, some of the characters will be lost.
Perhaps an error is caused by letters exceeding 2 byte.
The text was updated successfully, but these errors were encountered: