Problem with language

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
User avatar
animike
Forum Members
Forum Members
Posts: 16
Joined: Tue Sep 11, 2007 6:50 pm
Location: Poland

Problem with language

Post by animike »

Hello,
I am creating website in Polish language - www.nanochem.olimpic.beep.pl.
but when i am trying to write some polish letters like ąęśź i have something like this "????"
Where is the problem??

my datbase encoding is: utf-polish.ci
my website encoding: charset=iso-8859-2;

I will be greatful for any help
alby

Re: Problem with language

Post by alby »

animike wrote: Hello,
I am creating website in Polish language - www.nanochem.olimpic.beep.pl.
but when i am trying to write some polish letters like ąęśź i have something like this "????"
Where is the problem??

my datbase encoding is: utf-polish.ci
my website encoding: charset=iso-8859-2;

I will be greatful for any help
Try to add in config.php your encoding (default_encoding and admin_encoding)

Alby
User avatar
animike
Forum Members
Forum Members
Posts: 16
Joined: Tue Sep 11, 2007 6:50 pm
Location: Poland

Re: Problem with language

Post by animike »

Try to add in config.php your encoding (default_encoding and admin_encoding)

It didn't work :/
The letters was only change in admin panel to wierd things when i changed to charset=iso-8859-2
because all translation(polish) of admin panel was write in utf-8, i guess.

://
liudaz

Re: Problem with language

Post by liudaz »

animike wrote: Hello,
I am creating website in Polish language - www.nanochem.olimpic.beep.pl.
but when i am trying to write some polish letters like ąęśź i have something like this "????"
Where is the problem??

my datbase encoding is: utf-polish.ci
my website encoding: charset=iso-8859-2;

I will be greatful for any help
I would suggest switching all encodings to utf-8. Had no problems with that on many websites with international characters.  8)
User avatar
animike
Forum Members
Forum Members
Posts: 16
Joined: Tue Sep 11, 2007 6:50 pm
Location: Poland

Re: Problem with language

Post by animike »

hahaa it works.
It was something with my database but after little changes it works fine:)

Thanks for your help
Post Reply

Return to “Developers Discussion”