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

feat: count string by codepoint #44

Merged
merged 4 commits into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. feat: count string by codepoint

    Unicode says that there are 4 ways to count string length.
    https://unicode.org/faq/char_combmark.html#7
    
    This commit supports counting by Code points.
    yumetodo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3bc67bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c555591 View commit details
    Browse the repository at this point in the history
  3. chore: s/code units/codeunits/

    ref:
    - textlint-rule#44 (comment)
    
    Co-authored-by: azu <[email protected]>
    yumetodo and azu committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    511ec16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f1a1a1 View commit details
    Browse the repository at this point in the history