Then the file you created was not actually 8859-1 encoded, but rather in utf8.
On 11.01.2011 16:58, C��drick B��ler wrote:
Create a file "test.xml" with the following
contents (german umlaut):
��<?xml version="1.0" encoding="iso-8859-1"?>
��<test><![CDATA[Zaunk��nig]]></test>
After loading ConfigurationOfXML try to parse it:
|fs|
fs := FileStream fileNamed: 'test.xml'.
XMLDOMParser parseDocumentFrom:��
Actually, I tried from a file, and it works too.Pharo 1.1, Cog, OSX, recent version of XML support (from squeaksource)
Cheers,
C��drick