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 Guillaume Sanchez
Recipients Guillaume Sanchez, r.david.murray, steven.daprano
Date 2017-07-11.23:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499816580.87.0.0622786518184.issue30717@psf.upfronthosting.co.za>
In-reply-to
Content
Hello to all of you, sorry for the delay. Been busy.

I added the base code needed to built the grapheme cluster break algorithm. We now have the GraphemeBreakProperty available via unicodedata.grapheme_cluster_break()

Can you check that the implementation correctly fits the design? I was not sure about adding that prop to unicodedata_db ou unicodectype_db, tbh.

If it's all correct, I'll move forward with the automaton and the grapheme cluster breaking algorithm.

Thanks!
History
Date User Action Args
2017-07-11 23:43:00Guillaume Sanchezsetrecipients: + Guillaume Sanchez, steven.daprano, r.david.murray
2017-07-11 23:43:00Guillaume Sanchezsetmessageid: <1499816580.87.0.0622786518184.issue30717@psf.upfronthosting.co.za>
2017-07-11 23:43:00Guillaume Sanchezlinkissue30717 messages
2017-07-11 23:43:00Guillaume Sanchezcreate