So I'm doing emoji's for GunZ, and I'm trying to do it as a map for a char & string. the string part is working fine, but my chars don't see to be. Here's what I mean:
m_Emojis['<3'] = "love.png"; // it completely ignores the <, so if i type 3 it creates the emoji. I can't figure out why it's doing that or how to get it to read both bytes.

