E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic:
added
adding
anywhere
appears
browsers
cart
causing
characters
charset
circle
code
content
content-type
current
description
display
don
finalized
front
fully
glitchy
head
homepage
html
html5
item
join
meta
non-ascii
page
proper
proposal
recognize
recommended
remove
sign
site
source
standard
stone
support
symbol
tag
tags
text
together
try
type
utf-8
working
| |
| |
|
Stone member Posts: 1 |
I use the following description for an item in my cart: Stone's Inner Circle - Join today for £5 or more When it shows in my cart, an 'A' type symbol is added in front of the £ sign, like this: Stone's Inner Circle - Join today for £5 or more How do I remove the symbol? # POSTED ON: June 27, 2012 @ 11:11 GMT -7 MODIFIED ON: June 27, 2012 @ 14:08 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 4343 |
Try adding the following tag to the HEAD section of your page's source code (anywhere between the <head> and </head> tags): <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> Your site's homepage appears to already have a <meta charset="utf-8"> tag, which is proper for HTML5; however, HTML5 is not yet a finalized standard, and browsers which don't fully support the current HTML5 working proposal may not recognize it, causing the glitchy display of non-ASCII characters that you noticed. I'd suggest using the tag I recommended above, instead of (or together with) your <meta charset="utf-8"> tag. # POSTED ON: June 27, 2012 @ 16:25 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






