ronisbr / PrettyTables.jl

Print data in formatted tables.
MIT License
404 stars 38 forks source link

Alignment anchor regex are not working with UTF-8 characters #153

Closed ronisbr closed 2 years ago

ronisbr commented 2 years ago

MWE:

julia> pretty_table(M; alignment_anchor_regex = Dict(0 => [r"/"]))
┌────────────────────┐
│             Col. 1 │
├────────────────────┤
│              ¹⁹/₄  │
│              ¹⁰/₄₁ │
│           ⁴²⁵/₁₁₄  │
│ ⁷⁷⁷⁷⁷⁷/₄₈₈₈₈₈₈₈₈₈  │
└────────────────────┘