Author Topic: cant get my site to show æøåÆØÅ  (Read 448 times)

0 Members and 1 Guest are viewing this topic.

Offline AyonTopic starter

  • Enthusiast
  • Posts: 141
  • Gender: Male
    • View Profile
cant get my site to show æøåÆØÅ
« on: February 09, 2010, 09:38:08 AM »
Code: [Select]
this is what i'm using..

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
</head>

im using smarty as well.. can that be causing this conflict?
Sometimes you win, sometimes you learn!

Offline AyonTopic starter

  • Enthusiast
  • Posts: 141
  • Gender: Male
    • View Profile
Re: cant get my site to show æøåÆØÅ
« Reply #1 on: February 09, 2010, 09:44:49 AM »
typical.. after trying for a days i found the solution right after i had asked the question :P

Solution was here: http://www.smarty.net/forums/viewtopic.php?p=25287
Sometimes you win, sometimes you learn!