PDA

View Full Version : cyrilic support?


Anonymous
10-13-2004, 06:58 AM
Hi!

Great script

but installing it and - cyrilic words going to monkeys

chnaging encoding / charset not help
????

what to do?
could you help me?

pixelpunk
10-13-2004, 07:08 AM
http://www.pixelpunk.se/software/forum/viewtopic.php?t=5&highlight=encoding
You're the same Ivan I suppose :)

Still not working?

I have no clue what's wrong. You set the character encoding in the template (except for the RSS feed which must be altered in the script).
When I pull out data from the database I do a
htmlentities() which translates loads of stuff. I don't know if that does something bad for the cyrillic encoding.

Look for line number 391 in the main script that says
$string = htmlentities($string);
Put two slashes in front of that line and see if anything gets any better.
// $string = htmlentities($string);
like that.

// pixelpunk

Anonymous
10-13-2004, 07:22 AM
Yes, it's me again :))

i tested the new version, it's really better!

OK, I'll check what you say - i'll test will it help me with the cyrilic

Bye
all the best
Thanx a lot!

Anonymous
10-13-2004, 07:27 AM
It works!

Thanx
Cheers!

pixelpunk
10-13-2004, 07:34 AM
Great!

I'll have to make that differently then.

cheers // pixelpunk

Anonymous
10-13-2004, 07:38 AM
the same works in admin/index.php about categories names

pixelpunk
10-13-2004, 07:56 AM
Yeah I figure it would.

cheers // punkpix31

william wm
10-13-2004, 08:16 AM
Use unicode?