Zen Cart Logo
Forums / General Questions / Error display specials characters

Error display specials characters

Locked

Views: 881

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 Jan 2008, 10:44 AM
#1
mikado avatar

mikado

Zen Follower

Join Date:
Nov 2007
Location:
Toulouse - France
Posts:
112
Plugin Contributions:
0

Error display specials characters

My SQL Database is an UTF-8.
In ```
\includes\languages\french.php SETLOCALE is : @setlocale(LC_TIME, 'fr', 'french', 'fra', 'fr_FR', 'fr_FR@euro');

and ```
CHARSET is : define('CHARSET', 'utf-8');

When i write a product description, i use ISO Entities as

é 	é 	é   	lowercase e, acute accent

or

à 	à 	à   	lowercase a, grave accent

The specials characters are stored well in my data base, e.g ```
Très grand format donnant des reflets colorés


But when i return into a product description and what i update, in the display the special characters are replaced by a question mark in a black triangle. 

How to correct that?
11 Jan 2008, 4:52 PM
#2
nomadrw avatar

nomadrw

Zen Follower

Join Date:
Sep 2007
Location:
Somewhere in Southern Cal
Posts:
331
Plugin Contributions:
0

Re: Error display specials characters

try doing this its a keystoke.
for the
è do this alt + 0232
for the
à do this alt + 0224

you can find this info by going to your character map on your computer.

hope these helps you
nomad

11 Jan 2008, 6:03 PM
#3
mikado avatar

mikado

Zen Follower

Join Date:
Nov 2007
Location:
Toulouse - France
Posts:
112
Plugin Contributions:
0

Re: Error display specials characters

Thank you nomadrw, but it is the similar...