Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix KeyError in bin/wcwidth-browser for combining (#106)
Resolve KeyError when launching wcwidth-browser.py with default unicode_version of 'auto', then pressing 'c' (for combining characters):: File "/Users/jq/Code/wcwidth/bin/wcwidth-browser.py", line 120, in __init__ for (begin, end) in ZERO_WIDTH[unicode_version]: ~~~~~~~~~~^^^^^^^^^^^^^^^^^ KeyError: 'auto'
- Loading branch information