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

tools/sizes.py: Change Unicode box-drawing chars to that of double version #8573

Merged
merged 2 commits into from
May 17, 2022

Commits on May 17, 2022

  1. tools/sizes.py: Change Unicode box-drawing chars to that of double ve…

    …rsion
    
    Due to historical circumstances, some of light/heavy version of Unicode
    box-drawing chars may have twice width of others (aka. "Zen-Kaku" in Japanese,
    means full-square), eg. All of '─'(U+2500), '│'(U+2502), '└'(U+2514) and
    '├'(U+251C) correspond to that in Windows Japanese fonts and locale.
    
    Double versions, '═'(U+2550), '║'(U+2551), '╚'(U+255A) and '╠'(U+2560) are
    not like that.
    
    (See [Box Drawing, The Unicode Standard](https://www.unicode.org/charts/PDF/U2500.pdf))
    jjsuwa-sys3175 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    fee693f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3fe6d3 View commit details
    Browse the repository at this point in the history