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
> <Screen Shot 2014-06-24 at 18.46.27.png>
On 24 Jun 2014, at 18:48, Fran��ois Stephany <tulipe.moutarde@gmail.com> wrote:
> I'm using ZnClient to get an XML file and get the following:
>
>
> 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?