python-texttable icon indicating copy to clipboard operation
python-texttable copied to clipboard

Unicode width issues

Open lc-thomas opened this issue 7 years ago • 0 comments

Using unicode characters breaks the table :


+-----------+-----------+-----------+--------+-----------+----------+----------+
|   Réf.    | Criticité | Probabili | Impact | Exploitab |   Coût   | Efficaci |
|           |           | té d'occu |        |   ilité   | contre-  |    té    |
|           |           |   rence   |        |           |  mesure  | contre-  |
|           |           |           |        |           |          |  mesure  |
+===========+===========+===========+========+===========+==========+==========+
| V1        | Critique  | 🕐🕐🕐    | ✸✸     | 🔧🔧      | €€€      | ⛨⛨⛨      |
+-----------+-----------+-----------+--------+-----------+----------+----------+
| Titre     | Cross     |           |        |           |          |          |
|           | Site      |           |        |           |          |          |
|           | Scripting |           |        |           |          |          |
+-----------+-----------+-----------+--------+-----------+----------+----------+

lc-thomas avatar Oct 18 '18 15:10 lc-thomas