This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wiz21
Recipients BreamoreBoy, David.Sankel, Drekin, akira, amaury.forgeotdarc, christian.heimes, christoph, davidsarah, ezio.melotti, flox, giampaolo.rodola, hippietrail, lemburg, mark, mhammond, ncoghlan, pitrou, santoso.wijaya, smerlin, ssbarnea, steve.dower, terry.reedy, tim.golden, tzot, v+python, wiz21
Date 2014-09-24.11:31:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411558277.15.0.56836757798.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you all for your quick and good answers. This level of responsiveness is truly amazing.

I've played a bit with IPython and it works just fine. I can type the eurosign drectly with "Alt Gr - E" (so I didn't enter a unicode code). So the bug is basically solved for me. But the python-repl behaviour still looks strange to me. So here's a successful IPython session :

C:\PORT-STCA2\pl-PRIVATE\horse>chcp 65001
Active code page: 65001                            
                                                                
C:\PORT-STCA2\pl-PRIVATE\horse>ipython
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (Intel)]
Type "copyright", "credits" or "license" for more information.

IPython 2.2.0 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.
               
In [1]: print('€')         
€                                                                                      
In [2]:
History
Date User Action Args
2014-09-24 11:31:17wiz21setrecipients: + wiz21, lemburg, mhammond, terry.reedy, tzot, amaury.forgeotdarc, ncoghlan, pitrou, giampaolo.rodola, christian.heimes, tim.golden, mark, christoph, ezio.melotti, v+python, hippietrail, ssbarnea, flox, davidsarah, santoso.wijaya, akira, BreamoreBoy, David.Sankel, smerlin, Drekin, steve.dower
2014-09-24 11:31:17wiz21setmessageid: <1411558277.15.0.56836757798.issue1602@psf.upfronthosting.co.za>
2014-09-24 11:31:17wiz21linkissue1602 messages
2014-09-24 11:31:16wiz21create