Hi,

I need to be able to pass some german text to my Frontier::RPC2 server, but
the server returns an error - 'Error decoding RPC' - whenever the german
text has an umlaut.
I've tried changing the encoding of the the server:

    my $coder = Frontier::RPC2->new( 'encoding' => 'ISO-8859-1' );
    my $coder = Frontier::RPC2->new( 'encoding' => 'UTF-8');

but nothing seems to work.


Anyone had this problem and fixed it or is this just me !!!

TIA

Andy


Reply via email to