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

Currently broken. #26

Open
ei14 opened this issue Jan 18, 2025 · 0 comments
Open

Currently broken. #26

ei14 opened this issue Jan 18, 2025 · 0 comments

Comments

@ei14
Copy link

ei14 commented Jan 18, 2025

Running, for instance unicode U+0020, does not produce any useful results:

Traceback (most recent call last):
  File "/usr/bin/unicode", line 1066, in <module>
    main()
    ~~~~^^
  File "/usr/bin/unicode", line 1063, in main
    print_characters(processed_args, options.maxcount, format_string, options.query_wikipedia, options.query_wiktionary)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/unicode", line 786, in print_characters
    formatted_output = format_string.format(**locals())
KeyError: 'yellow'

unicode version: 2.9-4.
Python version: 3.13.1.

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

1 participant