|
Rank: Starting Member
Groups: Registered
Joined: 12/22/2011 Posts: 2 Location: Chico, CA
|
I know users can set their IPN language encoding on PayPal side. Is there any way our program can detect which encoding is used and respond with the same encoding?
Right now I use UTF-8 encoding which works fine except rare cases where I get INVALID response from PayPal.
Does anyone have a work around for this?
|
|
Rank: Starting Member
Groups: Registered
Joined: 12/22/2011 Posts: 2 Location: Chico, CA
|
Adding <INPUT TYPE="hidden" name="charset" value="utf-8"> to the form we submit should help ?? not sure but no harm
|