Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualBregma

Posted 18 June 2012 - 05:36 AM

Just one data point for you:  good-old 7-bit ASCII is a proper subset of the UTF-8 encoding of Unicode.  In other words, an ASCII strings is a UTF-8 string.  You can save the last byte of your message header, since it will always have the same value.

#1Bregma

Posted 18 June 2012 - 05:36 AM

Just one data point for you:  good-old 7-bit ASCII is a proper subset of the UTF-8 encoding of Unicode.  In other words, an ACII strings is a UTF-8 string.  You can save the last byte of your message header, since it will always have the same value.

PARTNERS