Caspar Mick Westergaard Ringvig |
|
---|---|
Hello |
Twiebie |
|
---|---|
Where exactly does it not show the Danish characters properly? You could try setting your encoding to utf8_danish_ci. |
Caspar Mick Westergaard Ringvig |
|
---|---|
I would say it is in the template. where when I write news it works as it should and it'll come from the database
Added 4 days later: Nobody can help me ? |
|
Отредактировано: Caspar Mick Westergaard Ringvig (27.06.2013 20:31, 11 лет назад) |
Kort |
|
---|---|
Try switching to a different text editor (i.e. Notepad++) or check template encoding. Should be UTF-8 without BOM. SED.by - создание сайтов, разработка плагинов и тем для Котонти
|
Caspar Mick Westergaard Ringvig |
|
---|---|
right now it looks like this : <meta http-equiv="content-type" content="{HEADER_META_CONTENTTYPE}; charset=UTF-8" /> in header.tpl under my themes |
Trustmaster |
|
---|---|
Next time you save any TPL file, pay attention to the charset your editor attempts to save the file in. As Kort has mentioned, it must be UTF-8 without BOM, otherwise problems with characters are pretty much possible. I hope this helps :) May the Source be with you!
|
tensh |
|
---|---|
I think the tpl files should be utf-8 encoded by default... |