Page 1 of 1

Problem with language

Posted: Wed Sep 12, 2007 6:49 am
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

Re: Problem with language

Posted: Wed Sep 12, 2007 7:59 am
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

Re: Problem with language

Posted: Wed Sep 12, 2007 9:42 am
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.

://

Re: Problem with language

Posted: Wed Sep 12, 2007 11:09 am
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)

Re: Problem with language

Posted: Wed Sep 12, 2007 1:47 pm
by animike
hahaa it works.
It was something with my database but after little changes it works fine:)

Thanks for your help