ddimtirov / nuggets

nuggets is (yet another) utility library for Java
https://ddimtirov.github.io/nuggets/javadoc/io/github/ddimitrov/nuggets/package-summary.html
Apache License 2.0
4 stars 1 forks source link

Text Table unicode figure why the thick is sometimes too wide #31

Closed ddimtirov closed 7 years ago

ddimtirov commented 8 years ago

See the test in GitHub, also on normal console - the horizontal bar renders as double width.

https://en.wikipedia.org/wiki/Box-drawing_character

ddimtirov commented 7 years ago

Looks ok now: https://github.com/ddimtirov/nuggets/blob/master/src/test/groovy/io/github/ddimitrov/nuggets/TextTableSpec.groovy#L159

May have been a font rendering issue - reopen if reoccurs.