[SOLVED] CG Order Manager HTML emails contain  before £
Posted: Wed Sep 14, 2011 11:05 am
CMS Version: 1.9.4.2
Current PHP Version: 5.3.1
mySQL: 5.1.41
Apache: 2.2.17
CMS Version: 1.9.4.2
OS: Windows Vista 32bit Service Pack 2
Ecommerce Modules Installed
CGSimpleSmarty: 1.4.8
CGExtensions: 1.26.6
FrontEndUsers: 1.15
SelfRegistration: 1.6.12
CustomContent: 1.7.3
CGEcommerceBase: 1.3.5
Products: 2.13.3
Cart: 1.8.1
CGPaymentGatewayBase: 1.0.11
Orders: 1.13
PaypalGateway: 2.3.5
I get this strange "Â" symbol prefixing each "£" symbol in my emails:
Items:
No. SKU Description Unit Price Quantity Total
1 HVJ Hi Viz Jacket£ £11.95 1 £11.95
Subtotal £11.95
Total £11.95
I know from experience that this appearing on a web page is due to the ISO code base which should be UTF-8 using the following:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
However this doesn't seem to work when I put this line in the <head> section on either the user or admin email templates.
Any ideas?
Current PHP Version: 5.3.1
mySQL: 5.1.41
Apache: 2.2.17
CMS Version: 1.9.4.2
OS: Windows Vista 32bit Service Pack 2
Ecommerce Modules Installed
CGSimpleSmarty: 1.4.8
CGExtensions: 1.26.6
FrontEndUsers: 1.15
SelfRegistration: 1.6.12
CustomContent: 1.7.3
CGEcommerceBase: 1.3.5
Products: 2.13.3
Cart: 1.8.1
CGPaymentGatewayBase: 1.0.11
Orders: 1.13
PaypalGateway: 2.3.5
I get this strange "Â" symbol prefixing each "£" symbol in my emails:
Items:
No. SKU Description Unit Price Quantity Total
1 HVJ Hi Viz Jacket£ £11.95 1 £11.95
Subtotal £11.95
Total £11.95
I know from experience that this appearing on a web page is due to the ISO code base which should be UTF-8 using the following:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
However this doesn't seem to work when I put this line in the <head> section on either the user or admin email templates.
Any ideas?