Package: unicode
Version: 2.7-1

$ unicode -v v
U+0076 LATIN SMALL LETTER V
UTF-8: 76 UTF-16BE: 0076 Decimal: v Octal: \0166
v (V)
Uppercase: 0056
Category: Ll (Letter, Lowercase); East Asian width: Na (narrow)
Unicode block: 0000..007F; Basic Latin
Bidi: L (Left-to-Right)


Traceback (most recent call last):
  File "/usr/bin/unicode", line 953, in <module>
    main()
  File "/usr/bin/unicode", line 950, in main
    print_characters(processed_args, options.maxcount, format_string, 
options.query_wikipedia, options.query_wiktionary)
  File "/usr/bin/unicode", line 745, in print_characters
    uhp = get_unihan_properties(c)
  File "/usr/bin/unicode", line 362, in get_unihan_properties_zgrep
    char, key, value = l.strip().split('\t')
ValueError: not enough values to unpack (expected 3, got 1)

Reply via email to