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().
Cheers, Rob