Found a partly working fix for this Problem:
added FixEncoding in line 79 (the line no. may be a bit different in your file, 
depending on the Version and comment length.)
         $taxes[] = new 
xmlrpcval(array(new xmlrpcval($row[0], "int"), new 
xmlrpcval(fixEncoding($row[1]), "string")), 
"array");

added FixEncoding in Line 103
            $categories[] = new 
xmlrpcval(array(new xmlrpcval($row[0], "int"), new 
xmlrpcval(fixEncoding(parent_category($row[0],$row[1])),
 "string")), "array");
[/code]




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=58943#58943

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to