Sisyphus <[EMAIL PROTECTED]> writes:
>Nick Ing-Simmons wrote:
>> Sisyphus <[EMAIL PROTECTED]> writes:
>
>>>
>>>and the Inline C function:
>>>
>>>void pass_wide_string(SV * w) {
>>>     wchar_t * widestring = SvPV_nolen(w);
>>>     .
>>>     .
>>>
>>>Is that a correct way for pass_wide_string() to grab the argument ? 
>> 
>> 
>> No.
>> 
>
>C's concept of DWIM is pathetic :-)
>
>Thanks Nick. Incidentally, I find that utf8_to_uv() has now been 
>replaced by utf8_to_uvchr().

D'uh I should know that - I did it ;-) ('tis part of the EBCDIC support)
I copy/pasted bits of Tk but grabed the wrong #ifdef branch by the 
looks of it.


>
>Cheers,
>Rob

Reply via email to