JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Crunchy automatically encodes string in utf-8 ... #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

From the page http://docs.python.org/dev/3.0/tutorial/introduction.html#strings

try the "about unicode" example

b'\xc3\x84pfel'

when Crunchy is started with Python 3.0a1.  The result will be an already
(utf-8) encoding string.   This is a "feature" of Crunchy ... that
interferes with using it to explore encodings.  I don't know how or if it
is possible to avoid this....

Original issue reported on code.google.com by andre.ro...@gmail.com on 2 Jan 2008 at 10:32

GoogleCodeExporter commented 9 years ago
also affects Crunchy running under 2.5.  Furthermore, the encoding is all wrong 
in
this case.

Original comment by andre.ro...@gmail.com on 2 Jan 2008 at 10:35

GoogleCodeExporter commented 9 years ago
This won't be addressed until after the 1.0 release.

Original comment by andre.ro...@gmail.com on 3 Oct 2008 at 6:24

GoogleCodeExporter commented 9 years ago
While the behaviour of Crunchy has changed since this issue was reported, it 
will
likely never be addressed.  Keeping it open with a different status

Original comment by andre.ro...@gmail.com on 18 Aug 2009 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by andre.ro...@gmail.com on 19 Aug 2009 at 11:30

GoogleCodeExporter commented 9 years ago
Issue 217 has been merged into this issue.

Original comment by andre.ro...@gmail.com on 22 Aug 2009 at 5:36