From: "Mark Dootson" <[email protected]>
> Hi,
>
> On 02/05/2013 00:17, Steve Cookson wrote:
>
>> Or just
>>
>> sub libDecode ($$){
>> return decode(@_);
>> }
>>
>> At least all the things that might go wrong will all be here.
>
> You're unduly worried ( probably my fault ).
>
> my $string = decode($encoding, $binary);
>
So no need of utf8::upgrade()?
Octavian
