Comment #1 on issue 4774 by
[hidden email]: MC fails with "Illegal
UTF-8 encoding"
http://code.google.com/p/pharo/issues/detail?id=4774John,
I think I found it: your server (currently) serves .mcz files as
text/plain;utf-8 and not as application/octet-stream (or some other binary
mime type) as it should be. Pharo 1.3 and up (actually Zinc HTTP
Components) correctly interprets the response and tries to decode it as an
utf-8 string. Since it is arbitrary binary data (actually a zip fle) this
is bound to fail at some point.
Sven
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker