Documentation ¶
Index ¶
- Constants
- Variables
- func IsEmojiComponentNo(r rune) bool
- func IsEmojiComponentYes(r rune) bool
- func IsEmojiModifierBaseNo(r rune) bool
- func IsEmojiModifierBaseYes(r rune) bool
- func IsEmojiModifierNo(r rune) bool
- func IsEmojiModifierYes(r rune) bool
- func IsEmojiNo(r rune) bool
- func IsEmojiPresentationNo(r rune) bool
- func IsEmojiPresentationYes(r rune) bool
- func IsEmojiYes(r rune) bool
- func IsExtendedPictographicNo(r rune) bool
- func IsExtendedPictographicYes(r rune) bool
Constants ¶
const Version = "6.0"
Version is the Emoji edition from which the tables are derived.
Variables ¶
var ( EmojiYes = emojiYes // Value "Yes" (known as "Yes", "Y", "True", "T"). EmojiNo = emojiNo // Value "No" (known as "No", "N", "False", "F"). )
Emoji property "Emoji". Kind of property: "Binary". Based on file "emoji-data.txt".
var ( EmojiPresentationYes = emojiPresentationYes // Value "Yes" (known as "Yes", "Y", "True", "T"). EmojiPresentationNo = emojiPresentationNo // Value "No" (known as "No", "N", "False", "F"). )
Emoji property "Emoji_Presentation". Kind of property: "Binary". Based on file "emoji-data.txt".
var ( EmojiModifierYes = emojiModifierYes // Value "Yes" (known as "Yes", "Y", "True", "T"). EmojiModifierNo = emojiModifierNo // Value "No" (known as "No", "N", "False", "F"). )
Emoji property "Emoji_Modifier". Kind of property: "Binary". Based on file "emoji-data.txt".
var ( EmojiModifierBaseYes = emojiModifierBaseYes // Value "Yes" (known as "Yes", "Y", "True", "T"). EmojiModifierBaseNo = emojiModifierBaseNo // Value "No" (known as "No", "N", "False", "F"). )
Emoji property "Emoji_Modifier_Base". Kind of property: "Binary". Based on file "emoji-data.txt".
var ( EmojiComponentYes = emojiComponentYes // Value "Yes" (known as "Yes", "Y", "True", "T"). EmojiComponentNo = emojiComponentNo // Value "No" (known as "No", "N", "False", "F"). )
Emoji property "Emoji_Component". Kind of property: "Binary". Based on file "emoji-data.txt".
var ( ExtendedPictographicYes = extendedPictographicYes // Value "Yes" (known as "Yes", "Y", "True", "T"). ExtendedPictographicNo = extendedPictographicNo // Value "No" (known as "No", "N", "False", "F"). )
Emoji property "Extended_Pictographic". Kind of property: "Binary". Based on file "emoji-data.txt".
Functions ¶
func IsEmojiComponentNo ¶
IsEmojiComponentNo reports whether the rune has property "Emoji_Component"="No". Value "No" known as "No", "N", "False", "F".
func IsEmojiComponentYes ¶
IsEmojiComponentYes reports whether the rune has property "Emoji_Component"="Yes". Value "Yes" known as "Yes", "Y", "True", "T".
func IsEmojiModifierBaseNo ¶
IsEmojiModifierBaseNo reports whether the rune has property "Emoji_Modifier_Base"="No". Value "No" known as "No", "N", "False", "F".
func IsEmojiModifierBaseYes ¶
IsEmojiModifierBaseYes reports whether the rune has property "Emoji_Modifier_Base"="Yes". Value "Yes" known as "Yes", "Y", "True", "T".
func IsEmojiModifierNo ¶
IsEmojiModifierNo reports whether the rune has property "Emoji_Modifier"="No". Value "No" known as "No", "N", "False", "F".
func IsEmojiModifierYes ¶
IsEmojiModifierYes reports whether the rune has property "Emoji_Modifier"="Yes". Value "Yes" known as "Yes", "Y", "True", "T".
func IsEmojiNo ¶
IsEmojiNo reports whether the rune has property "Emoji"="No". Value "No" known as "No", "N", "False", "F".
func IsEmojiPresentationNo ¶
IsEmojiPresentationNo reports whether the rune has property "Emoji_Presentation"="No". Value "No" known as "No", "N", "False", "F".
func IsEmojiPresentationYes ¶
IsEmojiPresentationYes reports whether the rune has property "Emoji_Presentation"="Yes". Value "Yes" known as "Yes", "Y", "True", "T".
func IsEmojiYes ¶
IsEmojiYes reports whether the rune has property "Emoji"="Yes". Value "Yes" known as "Yes", "Y", "True", "T".
func IsExtendedPictographicNo ¶
IsExtendedPictographicNo reports whether the rune has property "Extended_Pictographic"="No". Value "No" known as "No", "N", "False", "F".
func IsExtendedPictographicYes ¶
IsExtendedPictographicYes reports whether the rune has property "Extended_Pictographic"="Yes". Value "Yes" known as "Yes", "Y", "True", "T".
Types ¶
This section is empty.