Nick Ing-Simmons <[EMAIL PROTECTED]> writes: > Something like (untested): > > use Encode; > ReadProperty(encode('UTF-16LE',$string));
I've have managed to get something similar to work but had to add the UTF-16 NUL termination myself, using something like: ReadProperty(encode('UTF-16LE',"$string\0")); Regards, Gisle