Benjamin Stuhl <[EMAIL PROTECTED]> writes:
>--- Dan Sugalski <[EMAIL PROTECTED]> wrote:
>> actual work. The
>> dispatch routine has a function signature like so:
>> 
>>   int status = dispatch(void *native_obj, sv
>> *perl_scalar, char *method_called,
>>                      int *num_args_in, perl_arg_stack
>> *arg_stack,
>>                      int *num_args_out, perl_arg_stack
>> *return_values);
>
>One thing: remember, there is a lot of talk about having
>perl6 use Unicode internally, which means that things like
>method names should be wchar_t * (or whatever).

I doubt that - I guess names will be UNICODE but will be encoded in UTF8 rather
than as wide chars.

-- 
Nick Ing-Simmons

Reply via email to