DOMXML changes single code ü to the pair ü
Why ?
I use 'domxml_open_file()' and navigate via
'$dom->get_elements_by_tagname()'
and print with 'echo $e3->get_content()'
I guess I could put everything through strtr() and try to anticipate all conversions, but I'm bound to miss some
Regards
Barry
Why ?
I use 'domxml_open_file()' and navigate via
'$dom->get_elements_by_tagname()'
and print with 'echo $e3->get_content()'
I guess I could put everything through strtr() and try to anticipate all conversions, but I'm bound to miss some
Regards
Barry