in reply to Re^46: Interleaving bytes in a string quickly
in thread Interleaving bytes in a string quickly

Oh! I see the 13 now. I didn't realize there was useful data in that junk.

Like I said earlier, you are using a version that only worked on bytes, and only when they are in the UTF8=0 format. In the newer version, that limitation has been removed and that bug has been fixed.

  • Comment on Re^47: Interleaving bytes in a string quickly