wolverine2k / crunchy

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

Other encoding problem #217

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. using the r1310, with Python 2.x try at an interpreter the following:

>>> print 'André' 
André 
>>> print u'André' 
André

The nice thing is that we do not need to specify the u prefix for unicode
string when using Crunchy with Python 2.x
The bad thing is that using the u prefix does not yield the expected result.

Not considered to be important enough to delay the 1.0 release.

Original issue reported on code.google.com by andre.ro...@gmail.com on 16 Aug 2009 at 9:22

GoogleCodeExporter commented 8 years ago
Note that the right behaviour occurs with Python 3.1.

Original comment by andre.ro...@gmail.com on 16 Aug 2009 at 9:37

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
This is essentially a duplicate of issue 79.

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