Skip to content

Not all emojis can be represented as fixed 32 bit values #475

Open
@jurriaan

Description

Noticed that in Waypoint and the Data messages emojis are represented using fixed 32 bit values:

/*
* Designator icon for the waypoint in the form of a unicode emoji
*/
fixed32 icon = 8;
and
/*
* Defaults to false. If true, then what is in the payload should be treated as an emoji like giving
* a message a heart or poop emoji.
*/
fixed32 emoji = 8;

Noticed in the Android app that for waypoints some emojis don't work, or show different icons. For example, the pirate flag emoji just shows as a black flag on the map.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions