Package: unicode
Version: 2
Severity: normal

Hi.

When doing somehing like:
$ unicode "二馬力・徳間書店"
one gets:
Traceback (most recent call last):
  File "/usr/bin/unicode", line 866, in <module>
    print_characters(processed_args, options.maxcount, format_string, 
options.query_wikipedia, options.query_wiktionary)
  File "/usr/bin/unicode", line 623, in print_characters
    numeric_desc = properties['numeric_value']+'\n'
TypeError: unsupported operand type(s) for +: 'float' and 'unicode'

Problem is apparently the first character.

Cheers,
Chris.

Reply via email to