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

util: improve unicode support #31319

Closed

Commits on Jan 17, 2020

  1. util: improve unicode support

    The array grouping function relies on the width of the characters.
    It was not calculated correct so far, since it used the string
    length instead.
    This improves the unicode output by calculating the mono-spaced
    font width (other fonts might differ).
    BridgeAR committed Jan 17, 2020
    Copy the full SHA
    1b9547f View commit details
    Browse the repository at this point in the history
  2. fixup

    BridgeAR committed Jan 17, 2020
    Copy the full SHA
    31282d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. fixup

    BridgeAR committed Jan 20, 2020
    Copy the full SHA
    44db342 View commit details
    Browse the repository at this point in the history