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

fix: Safe multibyte char string splitting #430

Merged
merged 5 commits into from
Sep 17, 2021
Merged

Commits on Sep 17, 2021

  1. fix: Safe multibyte char string splitting

    This was splitting strings in an unsafe way, assuming you could always
    split at 33 bytes from the end which is not true in UTF-8 strings.
    Floris Bruynooghe committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    71338e3 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    Floris Bruynooghe committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    aaaa41b View commit details
    Browse the repository at this point in the history
  3. I totally forgot clippy is a thing

    Floris Bruynooghe committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    9e99858 View commit details
    Browse the repository at this point in the history
  4. typos

    Floris Bruynooghe committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f29d658 View commit details
    Browse the repository at this point in the history
  5. More tests

    Floris Bruynooghe committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    0daa3f8 View commit details
    Browse the repository at this point in the history