Wolfsblvt / BlossomsPokemonGoManager

BlossomsPokemonGoManager is a tool for easy managing of your Pokémon Go game. Visit us at our Discord server to talk:
https://discord.gg/E9v8RRb
396 stars 117 forks source link

Unicode display issue iPhone vs BPGM for sword and shield #573

Open just-Addict opened 7 years ago

just-Addict commented 7 years ago

I was starting to use %sword_unicode% and %shield_unicode% to be able to visualize which of my Pokémon would be a possible candidate for when I would be ready to take on Gyms.

This works great in BPGM, but not so great on my iPhone where I only get to see questionmarks in a little square.

So I've been looking at alternatives that also display on my iPhone. The characters I could find that come closest to indicate the same thing are respectively "▼" (0x26E8) for the shield and "†" (0x2020) for the swords.

Suggestion to use these characters (or better alternatives which work on iPhone)

EDIT: I realize that these are not the only Unicode characters which do not display properly on an iPhone, so this could be extended to the other rename patterns using Unicode characters.