in reply to Re^52: Interleaving bytes in a string quickly
in thread Interleaving bytes in a string quickly
It's calling a string containing multi-byte characters, a character string.
No, you used it to denote both multi and single byte character formats.
Because there is no +1 in my code, and the only assignment of \0 is into the output buffer
You asked how to construct a var without a \0. I used an example from your own code, the construction of the output buffer. The +1 is done for you by SvPV.
|
|---|