Non english characters in news title

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Capone
New Member
New Member
Posts: 3
Joined: Thu Sep 17, 2009 9:56 am

Non english characters in news title

Post 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?
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Non english characters in news title

Post 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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Locked

Return to “[locked] Installation, Setup and Upgrade”