Skip to content

fix: handle multi-byte unicode characters in password string#49

Merged
OldUser101 merged 1 commit intomainfrom
OldUser101/push-txnwswuwnmtt
Feb 19, 2026
Merged

fix: handle multi-byte unicode characters in password string#49
OldUser101 merged 1 commit intomainfrom
OldUser101/push-txnwswuwnmtt

Conversation

@OldUser101
Copy link
Owner

  • calculate password length in codepoints, not bytes, which produces incorrect lengths when multi-byte unicode chars are entered.

closes #48

- calculate password length in codepoints, not bytes, which produces
    incorrect lengths when multi-byte unicode chars are entered.

closes #48
@OldUser101 OldUser101 merged commit 6b38ee5 into main Feb 19, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

Multi-byte Unicode characters are displayed as separate characters

1 participant