hi all, what length will I get in the following case: data = SvPV(my_sv, PL_na); size = (int)PL_na; if my_sv is encoded internally in UTF8. Will it be the character size or the binary size ? Thomas.