Re: Unable to run print('Réussi') on windows and on linux

2014-08-14 Thread marc . vanhoomissen
; print('R\xe9ussi') > > > UnicodeEncodeError: 'ascii' codec can't encode character '\xe9' in position > > 1: ordinal not in range(128) > > > > > > What should i do to let the same program run on both OS, without changes

Re: Unable to run print('Réussi') on windows and on linux

2014-08-14 Thread marc . vanhoomissen
Hello YBM, I tried your suggestions, without improvement. Further, see my answer to Vincent Vande Vyre Thanks anyway. -- https://mail.python.org/mailman/listinfo/python-list

Unable to run print('Réussi') on windows and on linux

2014-08-14 Thread marc . vanhoomissen
ussi') UnicodeEncodeError: 'ascii' codec can't encode character '\xe9' in position 1: ordinal not in range(128) What should i do to let the same program run on both OS, without changes? Thank you for your answer Marc Vanhoomissen -- https://mail.python.org/mailman/listinfo/python-list