We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running, for instance unicode U+0020, does not produce any useful results:
unicode U+0020
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.
unicode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running, for instance
unicode U+0020
, does not produce any useful results:unicode
version: 2.9-4.Python version: 3.13.1.
The text was updated successfully, but these errors were encountered: