Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: string mis-match?

by Corion (Patriarch)
on Aug 13, 2015 at 14:29 UTC ( [id://1138430]=note: print w/replies, xml ) Need Help??


in reply to string mis-match?

My guess is that the SOAP data comes in a different encoding than your stored password. You will need to be explicit in your encoding, that is, use \N{...} notation for Unicode characters, and you need to decode the data you receive from SOAP (if your SOAP module of choice hasn't done so already).

Replies are listed 'Best First'.
Re^2: string mis-match?
by zeltus (Beadle) on Aug 13, 2015 at 14:57 UTC

    My knowledge has taken me this far. But I don't know what encoding SOAP is using - as I saod, it works fine for "normal" characters, it's them pesky £ & € signs that are causing issues

    I have tried all I can think of to highlight whatever it is that "$str1 eq $str2" is carping about and I've run out of ideas. Hence my post :-(

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1138430]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 00:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found