psolin / cleanco

Company Name Processor written in Python
MIT License
322 stars 95 forks source link

support unicode, not just ascii #19

Closed petri closed 8 years ago

petri commented 9 years ago

If a name ends with umlaut char such as 'ä', cleaning fails. To fix, re.search needs to be called with the re.UNICODE flag.