The first check I do, string.punctuation, is what they do in C. However, this is not the same as checking its character code. I think I should choose between C or UTF-8 (leaning towards the latter). This would be a breaking change and would require changing the major version. I would need to be very clear about this distinction in the docstrings and other documentation.
The first check I do,
string.punctuation, is what they do in C. However, this is not the same as checking its character code. I think I should choose between C or UTF-8 (leaning towards the latter). This would be a breaking change and would require changing the major version. I would need to be very clear about this distinction in the docstrings and other documentation.