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 dpk
Recipients dpk
Date 2013-07-08.18:25:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373307945.33.0.806287270916.issue18406@psf.upfronthosting.co.za>
In-reply-to
Content
On python-ideas I proposed the addition of a way to iterate over the graphemes of a string, either as part of the unicodedata library or as a method on the built-in str type. <http://mail.python.org/pipermail/python-ideas/2013-July/021916.html>

I provided a sample implementation, but "MRAB" pointed out that my definition of a grapheme is slightly wrong; it's a little more complex than just "character followed by combiners". <http://mail.python.org/pipermail/python-ideas/2013-July/021917.html>

M.-A. Lenburg asked me to open this issue. <http://mail.python.org/pipermail/python-ideas/2013-July/021929.html>
History
Date User Action Args
2013-07-08 18:25:45dpksetrecipients: + dpk
2013-07-08 18:25:45dpksetmessageid: <1373307945.33.0.806287270916.issue18406@psf.upfronthosting.co.za>
2013-07-08 18:25:45dpklinkissue18406 messages
2013-07-08 18:25:44dpkcreate