Hi Arnold: Sorry, i think there is a bug on fix_encoding function on openerp-synchro.php function.
Please replace this lines: $arrfrom = array("ñ","é","á","ó","ú","ÃÅ¡","Ãâ","í","º","ú","ê","ð","÷","ÃÂ-","è","Ã", "â", "Â"); $arrto = array( "ñ","e", "a","a", "o", "u", "u", "o", "i", " ", ".", ".", ".", ".", "i", "e", "i", "''", "''"); And use this ones: $arrfrom = array("ñ","é","á","ó","ú","ÃÅ¡","Ãâ","í","º","ú","ê","ð","÷","ÃÂ-","è","Ã", "Ã" ); $arrto = array( "ñ" ,"e" , "a","a" , "o", "u", "u", "o" ,"i", " ", ".", ".", ".", ".", "i", "e", "i"); If change does not work, you can find another openerp-synchro_SIN_UTF.php file. This is same version but without including fix_encoding function. Please rename openerp-syncrho.php to openerp-synchro_OLD.php and openerp-synchro_SIN_UTF.php with oepenrp-synchro.php Thank you: Ana ------------------------ Manuales, Videotutoriales de OpenERP en http://www.openerpsite.com http://www.aulaerp.com -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=41204#41204 -------------------- m2f --------------------
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
