François,
There is no encoding specified in the response, Zn falls back to ZnNullDecoder by default. You can change that with the recently introduced DynamicVariable ZnDefaultCharacterEncoder. Like this:
ZnDefaultCharacterEncoder
value: ZnUTF8Encoder new
during: [ ^ ZnClient new get: '
http://zn.stfx.eu/zn/small.html' ]
Sven
On 24 Jun 2014, at 18:48, François Stephany <
[hidden email]> wrote:
> I'm using ZnClient to get an XML file and get the following:
>
> <Screen Shot 2014-06-24 at 18.46.27.png>
>
> Here's the request:
>
> client := ZnClient new
> url: uri;
> headerAddAll: headers.
> client get.
>
> Is the prefix of the entity related to the chunked transfer encoding?