In PayPal (sandbox) I defined a Japanese User with a first name and a last name with Japanese characters.
However, the IPN notification I receive is encoded with charset=windows-1252. Indeed this is one of the parameters in the HTTP request received from Paypal.
I would like to greet the user using his/her name, but since what I seem to receive is not Unicode, I would be sending garbage characters instead of the payers name.
Is there any way to get the IPN notification from Paypal sent to my listener in Unicode?