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

Then you'll have to clarify what you do mean, rather than telling us what you don't.

Because that phrase means nothing to me; nor anything apparently related, (other than this thread), to google.

I was referring to one of Perl's string format, not what the value of the string.

And I'm being neither rude nor pedantic when I say, that sentence doesn't parse to anything that I can make sense of either.

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

Replies are listed 'Best First'.
Re^47: Interleaving bytes in a string quickly
by ikegami (Patriarch) on Mar 03, 2010 at 04:46 UTC
    Perl has two string types/formats. One that can store 8-bit values (UTF8=0), and one that can store larger values (UTF8=1). I was referring to the former.
      . One that can store 8-bit values (UTF8=0),

      O-kay. Now, isn't that where 1-character == 1-byte?

        If you're talking about memory usage, yes.