encoding net used for xml_parser_create
Brought to you by:
bs_php,
nigelswinson
if i use an utf-8 encoded xml und would parse itwith
php4 i need an extra utf8_encode to get the right
result, in php5 all works like it should.
so i testet a little bit and when i change the line
which calls xml_parser_create() to
xml_parser_create('UTF-8') all works like it shoul be
also for php4, i think there should be somewhere a
little pice of code to get the encoding= from the xml
file and call xml_parser_create with this value.