Page 1 of 1

Non english characters in news title

Posted: Fri Oct 09, 2009 11:23 am
by Capone
Im running CMS Made Simple 1.5.4 "Carolina".

I have problems with the news module.  My news are in Swedish.

I have the following setting for the news module:

Code: Select all

{news number='3' category="news_se" detailpage='news' }}
And on my newspage everythings looks ok.
The newstitle have the following look:

Code: Select all

okt 8, 2009 
Frukostmöte om Dynamics NAV 2009
But when I click on the [more] link and the entire news is being showed the title is different:

Code: Select all

Frukostmöte om Dynamics NAV 2009
It has lost the swedish characters on the way...  :(

I have tried following but it didn't work:

Code: Select all

{news number='3' category="news_se" detailpage='news' lang="se"}}

Code: Select all

{news number='3' category="news_se" detailpage='news' lang="sv"}}
Any suggestions?

Re: Non english characters in news title

Posted: Fri Oct 09, 2009 5:14 pm
by Rolf
Hi Capone

Have you tried: Siteadmin >> Global Settings >> Global metadata:

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
and checked the language settings in your config.php file?

Regards, Rolf