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

[Bug] When printing possible plaintexts, it's all in lowercase and no punctuation #101

Closed
SkeletalDemise opened this issue Nov 20, 2022 · 0 comments · Fixed by #102
Closed
Labels
bug Something isn't working

Comments

@SkeletalDemise
Copy link
Collaborator

When changing the English checker to normalize results before checking them, it messed up the printing.
See here:

Possible plaintext: 'sphinx of black quartz judge my vow' (y/N):
y
SUCCESSFUL 😁
PLAINTEXT: "Sphinx of black quartz, judge my vow."

The final plaintext is fine but the possible plaintext is all in lowercase and with no punctuation.

@SkeletalDemise SkeletalDemise added the bug Something isn't working label Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant