Hi,
I'm using Membership Suite version 6.x-6.1. My currency is Pounds Sterling (i.e. GBP). The pound symbol is displayed incorrectly on webpages and in e-mail messages.
I noticed ms_core/ms_core.module line 2031:
- case 'GBP': return $pos_sign .'£'. $f_amount;
Perhaps this ought to use the ISO-8859-1 symbol?
- case 'GBP': return $pos_sign .'£'. $f_amount;
This seemed to do the trick for me but please advise if there is a more appropriate way to deal with this, pending a fix rolled into the release. Possibly other currencies exhibit this behaviour too?
Simon
PS. I noticed the sign-up e-mail has the subscription value as £0.00 - I'm assuming this is an artifact of using the PayPal sandbox - has this been your experience?








The attachment shows the appearance of the pound symbol on the webpage and in the sign-up e-mail.
Simon