what's the proper syntax for using the utf8_encode function? for example using a string such as "this is a string"
and am I right presuming that any string can be converted to Unicode using utf8_encode ?
Thanks.