Module giraph.constants
Console management constants
Global variables
var ASSUME_WIDE
-
Whether to assume that all emoji matched by
is_emoji()
are Wide, even if theirunicodedata.east_asian_width()
result is Narrow var EMOJI_VS
-
'Emoji type' variation selector; display previous character as emoji
var FORCE_EVS_WIDE
-
Whether Narrow emoji which are joined by the Emoji Variation Selector
\ufe0f
will be forcibly labeled as Wide for the purposes of column offset compensation (e.g. varation-selected male/female symbol emoji) var KEYCAP
-
Key cap modifier; modifies previous character with no ZWJ between
var MODIFIERS
-
Set of all supported base modifiers
var SKIN_TONES
-
Skin tone modifiers; modifies previous emoji with no ZWJ between
var VALID_ZWC
-
Unjoined zero-width characters that will not be stripped during parsing
var VARIATION_SELECTORS
-
Variation selectors; modify display of previous grapheme
var ZWJ
-
Zero-width joiner; joins next grapheme with cluster
var ZWNJ
-
Zero-width non-joiner; blocks next grapheme from joining with cluster