The Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 1 year agoOr maybe introduce them to Little Bobby Tableslemmy.worldimagemessage-square179fedilinkarrow-up11.02Karrow-down130file-text
arrow-up1994arrow-down1imageOr maybe introduce them to Little Bobby Tableslemmy.worldThe Picard Maneuver@lemmy.world to Memes@sopuli.xyz · 1 year agomessage-square179fedilinkfile-text
minus-squaredanAlinkfedilinkarrow-up5·edit-21 year 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.