Re: unicode to human readable format

2013-12-27 Thread wxjmfauth
Le vendredi 27 décembre 2013 12:37:17 UTC+1, Steven D'Aprano a écrit : > tomasz.kaczo...@gmail.com wrote: > > > > > hello, > > > can I ask you for help? when I try to print s[0] i vane the message: > > > UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: > > > ordinal

Re: unicode to human readable format

2013-12-27 Thread Dave Angel
On Fri, 27 Dec 2013 02:43:58 -0800 (PST), tomasz.kaczo...@gmail.com wrote: can I ask you for help? when I try to print s[0] i vane the message: UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128). how to solve my problem, please? First, what v

Re: unicode to human readable format

2013-12-27 Thread Ned Batchelder
On 12/27/13 5:43 AM, tomasz.kaczo...@gmail.com wrote: hello, can I ask you for help? when I try to print s[0] i vane the message: UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128). how to solve my problem, please? regards, t. For help with

Re: unicode to human readable format

2013-12-27 Thread Steven D'Aprano
tomasz.kaczo...@gmail.com wrote: > hello, > can I ask you for help? when I try to print s[0] i vane the message: > UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: > ordinal not in range(128). how to solve my problem, please? What version of Python? What operating syste

Re: unicode to human readable format

2013-12-27 Thread tomasz . kaczorek
hello, can I ask you for help? when I try to print s[0] i vane the message: UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128). how to solve my problem, please? regards, t. -- https://mail.python.org/mailman/listinfo/python-list

Re: unicode to human readable format

2013-12-22 Thread Peter Otten
tomasz.kaczo...@gmail.com wrote: > Hi, > i'm looking for solution the unicode string translation to the more > readable format. I've got string like > s=s=[u'\u0105\u017c\u0119\u0142\u0144'] and have no idea how to change to > the human readable format. please help! No, you have a list of strings

Re: unicode to human readable format

2013-12-22 Thread Chris “Kwpolska” Warrick
On Sun, Dec 22, 2013 at 1:24 PM, wrote: > Hi, > i'm looking for solution the unicode string translation to the more readable > format. > I've got string like s=s=[u'\u0105\u017c\u0119\u0142\u0144'] and have no idea > how to change to the human readable format. please help! > > regards, > tomasz

unicode to human readable format

2013-12-22 Thread tomasz . kaczorek
Hi, i'm looking for solution the unicode string translation to the more readable format. I've got string like s=s=[u'\u0105\u017c\u0119\u0142\u0144'] and have no idea how to change to the human readable format. please help! regards, tomasz -- https://mail.python.org/mailman/listinfo/python-lis