nlehuby/csv2rst

Spacing wrong for non-ascii characters

Opened this issue · 1 comments

When I have german umlauts (äöü) in my CSV, the generated rST is not correctly spaced:

+--------------------+------------------+
| Oberbegriff        | Name im Frontend |
+--------------------+------------------+
| Städte            | Hamburg          |
+--------------------+------------------+

Trying to parse with rst2* that gives me a "Malformed table" error.

already ok with python3 (python3 ./csv2rst.py exemple/exemple.csv)