Re: GRInvalidUtf8Error: Invalid UTF-8 input

Hilaire <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
My suggestion is to remove the decode: in this method. I am not sure
about the whole implication.

Hilaire

Le 22/06/2016 13:33, Hilaire a écrit :
> ZNZincServerAdaptor>>convertMultipartFileField: part
> | file |
> (file := WAFile new)
> 	fileName: (self codec decode: part fileName);
> 	contentType: part contentType printString;
> 	contents: part contents asByteArray.
> ^ file
> 
> Timecode is 11/14/2014 from Johan, where the decode was added.

-- 
Dr. Geo
http://drgeo.eu
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.