UnicodeCharWidth
Provides methods to get fixed width of the unicode character or string.
Constants
NEW_LINE = "\n"
VERSION = "0.1.2"
Class methods
ambiguous?(codepoint : Int32)
returns whether is ambiguous width or not EastAsian Ambiguous characters that can be sometimes wide and sometimes narrow and require additional information not contained in the character code to further resolve their width.
ambiguous?(char : Char)
returns whether char is ambiguous width or not EastAsian Ambiguous characters that can be sometimes wide and sometimes narrow and require additional information not contained in the character code to further resolve their width.
neutral?(codepoint : Int32)
returns whether is neutral width or not Neutral characters do not occur in legacy East Asian character sets.
neutral?(char : Char)
returns whether char is neutral width or not Neutral characters do not occur in legacy East Asian character sets.