PDA

View Full Version : Replaced letters


Boss
4th December 2006, 23:54
Im a noob to all this but Im trying to learn. I got everything installed on a Ubuntu-server.

When visiting the website all the swedish letters å,ä and ö is replaced with ? check it out http://test.clanfriends.com

Any info about what to do is appreciated

edge
5th December 2006, 00:08
Maybe this is some use?

http://www.howtoforge.com/forums/showthread.php?t=6762&highlight=character+set

till
5th December 2006, 11:07
This happens because Ubuntu has UTF-8 as default character set in apache enabled. Please have a look here on how to enable a latin-1 default character set.

http://www.howtoforge.com/forums/showthread.php?t=8342

Boss
5th December 2006, 23:37
Problem solved, the solution was to change:

# AddDefaultCharset ISO-8859-1

to

AddDefaultCharset ISO-8859-1

Tnx for the help, the threads put me on track