The Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 9 months agoOr maybe introduce them to Little Bobby Tableslemmy.worldimagemessage-square178fedilinkarrow-up11.01Karrow-down129file-textcross-posted to: cybersecuritymemes@lemmy.world
arrow-up1981arrow-down1imageOr maybe introduce them to Little Bobby Tableslemmy.worldThe Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 9 months agomessage-square178fedilinkfile-textcross-posted to: cybersecuritymemes@lemmy.world
minus-squaredan@upvote.aulinkfedilinkarrow-up5·edit-29 months agoYou just need to ensure you validate character by character (NOT byte by byte) and allow characters in the Emoji Unicode ranges (which are well-defined in the Unicode standard). Using a library is a great idea though.
You just need to ensure you validate character by character (NOT byte by byte) and allow characters in the Emoji Unicode ranges (which are well-defined in the Unicode standard). Using a library is a great idea though.