[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: uploaded files data utf-8 encoded
From: |
Richard Frith-Macdonald |
Subject: |
Re: uploaded files data utf-8 encoded |
Date: |
Mon, 23 Sep 2013 12:04:43 +0100 |
On 23 Sep 2013, at 11:51, Pirmin Braun <pb@intars.de> wrote:
> Am Mon, 23 Sep 2013 12:32:34 +0200
> schrieb Pirmin Braun <pb@intars.de> :
>
>> in the head revision of base when you upload a jpg file with Chrome in a
>> multipart/form-data form
>> to the webserver, the data gets corrupted. It looks like utf-8 encoded.
>> I went back to rev 37035, there it works correctly.
>
> ...but only, if GNUSTEP_STRING_ENCODING is unset
>
I think we'd need to see a minimal example program and test data to look into
this.
It's hard to see how a jpeg (binary data nothing to do with text) would get
modified by anything top do with charactersets.