Re: PMC -> string

2002-02-06 Thread Bryan C. Warnock
On Wednesday 06 February 2002 04:53, Simon Glover wrote: > 1. What should we do if the array contains strings of more than one type > and/or encoding? Clearly we need to do some kind of transcoding, but how > do we decide what to transcode to? I've had a look in strings.pod but it > doesn't se

Re: PMC -> string

2002-02-06 Thread Simon Glover
On Mon, 4 Feb 2002, Alex Gough wrote: > On Mon, 4 Feb 2002, Simon Glover wrote: > > > Re the former, am I right in thinking that assignment from a PerlArray > > to a non-PMC register should always be in scalar context; ie that: > > > > new P0, PerlArray > > set S0, P0 > > > > shou