Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split graphemes and grapheme_indices into two methods #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 14, 2017

  1. Split graphemes and grapheme_indices into two methods

    s.extended_graphemes() is more readable than s.graphemes(true), as
    you don't have to think what does true mean here. Those methods were
    implemented as default methods in order to preserve backward
    compatibility if somebody implemented UnicodeSegmentation for their
    own types.
    KamilaBorowska committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    acc82dc View commit details
    Browse the repository at this point in the history