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 terry.reedy
Recipients Jim.Jewett, cvrebert, docs@python, eric.araujo, ezio.melotti, flox, giampaolo.rodola, nadeem.vawda, ncoghlan, paul.moore, pitrou, terry.reedy, tshepang, vstinner
Date 2013-01-27.20:49:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359319780.04.0.132184059215.issue13997@psf.upfronthosting.co.za>
In-reply-to
Content
I basically agree with Ezio. The doc currently starts with

Introduction to Unicode
History of Character Codes
...

It ends with

Tips for Writing Unicode-aware Programs.
  ...
  The most important tip is:
    Software should only work with Unicode strings internally, decoding the input data as soon as possible and encoding the output only at the end.

I think the how-to should *start* with that general principle and continue with the specific task-based how-tos from the thread. This will tell people who at least vaguely know the following material how to get going in a practical manner.
History
Date User Action Args
2013-01-27 20:49:40terry.reedysetrecipients: + terry.reedy, paul.moore, ncoghlan, pitrou, vstinner, giampaolo.rodola, nadeem.vawda, ezio.melotti, eric.araujo, cvrebert, flox, docs@python, tshepang, Jim.Jewett
2013-01-27 20:49:40terry.reedysetmessageid: <1359319780.04.0.132184059215.issue13997@psf.upfronthosting.co.za>
2013-01-27 20:49:40terry.reedylinkissue13997 messages
2013-01-27 20:49:39terry.reedycreate