The Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 2 years agoOr maybe introduce them to Little Bobby Tableslemmy.worldimagemessage-square158fedilinkarrow-up1986arrow-down129file-textcross-posted to: cybersecuritymemes@lemmy.world
arrow-up1957arrow-down1imageOr maybe introduce them to Little Bobby Tableslemmy.worldThe Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 2 years agomessage-square158fedilinkfile-textcross-posted to: cybersecuritymemes@lemmy.world
minus-squaredan@upvote.aulinkfedilinkarrow-up4·edit-22 years 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.