|
From: Stefan S. <ze...@ze...> - 2001-03-26 21:52:49
|
Hi an Hello,
portald doesn't seem to work with RDF containing german Umlauts (=FC,=F6,=
=E4
etc.)
XML::Parser just stops with en error, if it encounters such a character.
(Well in fact, he just does this, if the encoding isn't set right in the
RDF-file). So I added the following:
$p->parse($d, ProtocolEncoding =3D> 'ISO-8859-1') or
portaldLog("$bid did not parse properly");
This seems to fix the problem for the first step, but now, if I got it
right, the resulting data is encoded in UTF-8 and therefore doesn't
display right in the browser. I only get very ugly symbols but not the
umlauts (in fact, these should be html-encoded, but this is another
problem, I can easily deal with).
Any idea how to fix this?
Greets,
Steve
=09
|