Open mysterymagination opened 3 years ago
I think my stupid line break square wheel situation is chopping off bytes of the unicode symbol we try to toss in on the end of the message, resulting in garbage unicode and a replacement char.
yo https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length#Unicode
cool, added getCharacterLength(str) and things got worse? Hm.
I think my stupid line break square wheel situation is chopping off bytes of the unicode symbol we try to toss in on the end of the message, resulting in garbage unicode and a replacement char.