menu encoding broken (artisteer 2.3.0.23023)


Author Message
George Litos

Posted: 1/5/2010
Quote message 

found an annoying bug and here's a temporary solution

in file common_methods.php and inside function art_menu_xml_parcer(..)
you must delete the iso 8859-1 encoding
inside the xml version tag
or else the menu is displayed garbled (since page is UTF8)
if other language than english is used

 
Michalis

Posted: 1/8/2010
Quote message 

Quote George Litos:

found an annoying bug and here's a temporary solution

in file common_methods.php and inside function art_menu_xml_parcer(..)
you must delete the iso 8859-1 encoding
inside the xml version tag
or else the menu is displayed garbled (since page is UTF8)
if other language than english is used



I have exactly the same problem. my menus are totaly destroyed.

 
Michalis

Posted: 1/8/2010
Quote message 

I tested your temopray solution and it works. But it seems that it is not the only bug of menus.

I opened a theme created with previous version of artisteer changed some stuff and saved it and :

- font sizes changed
- menu bullets dissapeared
 
Bruno34

Posted: 1/11/2010
Quote message 

Same problem in menu with UTF8/8859-1 encoding not consistent.
Please fix it, thanks.
 
Jens

Posted: 1/14/2010
Quote message 

@Michalis
Same to me - menu bullets are missing!!!
 
Ognyan

Posted: 4/1/2010
Quote message 

Somebody knows when this will be fixed :( ?
 
elod

Posted: 4/15/2010
Quote message 

Just change in common_methods.php the lin
<?xml version="1.0" encoding="iso-8859-1"?>
to
<?xml version="1.0" encoding="utf-8"?>

 
chris_bdk

Posted: 4/27/2010
Quote message 

This didn't work for me, my menu items are missing except the "Home"(Forside)
on www.vildmedjagt.dk
Very anoying. Any one who has a solution to this?
Drupal 6.16
a: 2.3
Windows

Thnx
/Chrisn