Hi Scott,
I have found something that could help to fix the failed subscriptions when a user has a special character in the name. On your Paypal profile you can set the encoding for several things among IPN also. Go into your Paypal profile and choose Language Encoding -> More options. On a default Paypal account it is set to windows-1252 which is not good for translating extended characters like ä or ü.
In your subscription module you do not set any encoding as far as I have seen but if you do it should be UTF-8 because that supports extended character sets...
Bottom line is that you can set this on two places, in the module and on Paypal. The setting in the module will override the setting in Paypal...
Bye
Mariette |