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

[1.9.5] Text alignment issue in .status with utf-8 channel names #1685

Open
wilkowy opened this issue Sep 11, 2024 · 1 comment
Open

[1.9.5] Text alignment issue in .status with utf-8 channel names #1685

wilkowy opened this issue Sep 11, 2024 · 1 comment

Comments

@wilkowy
Copy link
Contributor

wilkowy commented Sep 11, 2024

From .status:

    #......             :  25 members, enforcing "+tn" (bitch)
    #........           :   8 members, enforcing "+stn" (greet, bitch)
[...]
    #.......ü....      :   5 members, enforcing "+tn" (bitch)
    #.............      :   5 members, enforcing "+tn" (bitch)
@vanosg
Copy link
Member

vanosg commented Sep 12, 2024

Great catch, and makes sense in hindsight since UTF are multi-byte characters, and the fields are currently fixed-byte (not character). Yet another "feature" that has evolved in the 30 years since Eggdrop came about!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants