Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I’m a headache with the damn charset.

Portuguese charset=iso-8859-1

On my HTML I have:

<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" /> 

On my config.php:

$config['charset'] = 'ISO-8859-1'; 

I have the word ‘café’, coffee.

It is been displayed like: caf?.

Any ideas?!

Thanks in advance for any help

**Edit

I don't know if it matters but I'm using Eclipse

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
398 views
Welcome To Ask or Share your Answers For Others

1 Answer

What's the encoding of the file in Eclipse set to? Right-Klick on the file in Eclipse, check under "Properties". It must be the same as in your meta-tag.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...