The Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 8 months agoOr maybe introduce them to Little Bobby Tableslemmy.worldimagemessage-square182fedilinkarrow-up11.02Karrow-down129file-text
arrow-up1993arrow-down1imageOr maybe introduce them to Little Bobby Tableslemmy.worldThe Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 8 months agomessage-square182fedilinkfile-text
minus-squaredan@upvote.aulinkfedilinkarrow-up5·edit-28 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.