Number conversion issue
francochen1987 opened this issue · 0 comments
francochen1987 commented
Line 57 in d26c763
You need to replace dash character to space, too.
_inflect.number_to_words(num, andword='', zero='oh', group=2).replace(', ', ' ').replace('-', ' ')
Without that, 91 => ninety-one.