Page 1 of 1

How to avoid language -> ? symbol

Posted: Sat Oct 29, 2011 8:56 pm
by satrebor
Hello.As you can see I changed code "ADD to card" in my language "Į krepšį" and I got this error on that button. "?" with this symbol.How to avoid this, how this problem can be solved.Thank you very much.
Untitled.png

Untitled.png (239.88 KiB) Viewed 1321 times


Re: How to avoid language -> ? symbol

Posted: Sun Oct 30, 2011 2:38 pm
by Jeremy Fisk
Hello, a "?" in a webpage usually means that a character that has been used on the webpage is not supported by that browser or even by html (in this case the add to cart button text) ... please check that all the characters used in your language file are supported...

Chears

Jem

Re: How to avoid language -> ? symbol

Posted: Sun Oct 30, 2011 5:57 pm
by JAY6390
It's character encoding as Jem has pointed out. This is easily fixed
Just add

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
into the <head> </head> portion of your header.tpl file for your theme, and it should show just fine