Issue 4774 in pharo: MC fails with "Illegal UTF-8 encoding"

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4774 in pharo: MC fails with "Illegal UTF-8 encoding"

pharo
Status: New
Owner: ----

New issue 4774 by [hidden email]: MC fails with "Illegal UTF-8  
encoding"
http://code.google.com/p/pharo/issues/detail?id=4774

Pharo image: Pharo
Pharo core version: Pharo1.3
Latest update: #13302
Virtual machine used: 1.3 OneClick Cog

When I try to read my source from my company's repo with MC, I get  
an "Illegal UTF-8 encoding" error. Have tried it both on OSX 10.6 and  
UBuntu 10.1

The error occurs on all my projects in MC.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4774 in pharo: MC fails with "Illegal UTF-8 encoding"

pharo

Comment #1 on issue 4774 by [hidden email]: MC fails with "Illegal  
UTF-8 encoding"
http://code.google.com/p/pharo/issues/detail?id=4774

John,

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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4774 in pharo: MC fails with "Illegal UTF-8 encoding"

pharo
Updates:
        Status: Invalid

Comment #2 on issue 4774 by [hidden email]: MC fails with "Illegal  
UTF-8 encoding"
http://code.google.com/p/pharo/issues/detail?id=4774

so this can be closed?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4774 in pharo: MC fails with "Illegal UTF-8 encoding"

pharo
Updates:
        Status: closed

Comment #3 on issue 4774 by [hidden email]: MC fails with "Illegal  
UTF-8 encoding"
http://code.google.com/p/pharo/issues/detail?id=4774

yes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker