Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62792
| From | Ned Batchelder <ned@nedbatchelder.com> |
|---|---|
| Subject | Re: unicode to human readable format |
| Date | 2013-12-27 06:47 -0500 |
| References | <f6f3d6e9-d0f5-4c06-8f15-42aabf149473@googlegroups.com> <7f0f59ef-5a9e-4c6b-832a-dfaee3ee4dcf@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4663.1388144838.18130.python-list@python.org> (permalink) |
On 12/27/13 5:43 AM, tomasz.kaczorek@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 the fundamentals, you can read or watch this PyCon presentation: Pragmatic Unicode, or, How Do I Stop the Pain? http://nedbatchelder.com/text/unipain.html -- Ned Batchelder, http://nedbatchelder.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
unicode to human readable format tomasz.kaczorek@gmail.com - 2013-12-22 04:24 -0800
Re: unicode to human readable format Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-12-22 13:30 +0100
Re: unicode to human readable format Peter Otten <__peter__@web.de> - 2013-12-22 13:33 +0100
Re: unicode to human readable format tomasz.kaczorek@gmail.com - 2013-12-27 02:43 -0800
Re: unicode to human readable format Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-27 22:37 +1100
Re: unicode to human readable format wxjmfauth@gmail.com - 2013-12-27 23:48 -0800
Re: unicode to human readable format Ned Batchelder <ned@nedbatchelder.com> - 2013-12-27 06:47 -0500
Re: unicode to human readable format Dave Angel <davea@davea.name> - 2013-12-27 06:59 -0500
csiph-web