Russian menu/menu items names are escaped. Help needed! - Joomla! Forum - community, help and support
hi all!
i use original joomla 1.13. when try rename main menu in russian language, i've got this:
фыв
which looks escaped unicode. when manually update record in __modules table , set menu name in russia - everything displayed correct. i've tried switch of escaping patching function getescaped in database.php - gave 0 effect.
i want use joomla, stuck problem. appreciated. in advance.
p.s. far noticed when object serialized database, its attributes values escaped (as see updateobject function in database.php, calls getescaped). on object loading (loadobject function in database.php) use mosbindarraytoobject. , in mosbindarraytoobject we don't un-escape attribute value!. it's looks bug.
p.p.s menu items names in main menu have more strange results like:
dk2d2...
that's doesn't escaped unicode...
i use original joomla 1.13. when try rename main menu in russian language, i've got this:
фыв
which looks escaped unicode. when manually update record in __modules table , set menu name in russia - everything displayed correct. i've tried switch of escaping patching function getescaped in database.php - gave 0 effect.
i want use joomla, stuck problem. appreciated. in advance.
p.s. far noticed when object serialized database, its attributes values escaped (as see updateobject function in database.php, calls getescaped). on object loading (loadobject function in database.php) use mosbindarraytoobject. , in mosbindarraytoobject we don't un-escape attribute value!. it's looks bug.
p.p.s menu items names in main menu have more strange results like:
dk2d2...
that's doesn't escaped unicode...
i guess site full utf8 (database , russian language file, including charset) explained on stickies above.
http://forum.joomla.org/index.php/topic,98880.0.html
make sure english.php language file has utf8 charset defined , saved utf8 no bom.
http://forum.joomla.org/index.php/topic,98880.0.html
make sure english.php language file has utf8 charset defined , saved utf8 no bom.
Comments
Post a Comment