wp-cli / php-cli-tools

A collection of tools to help with PHP command line utilities
MIT License
672 stars 118 forks source link

Request: Improve table contours by using extended ASCII character set #88

Closed Niehztog closed 7 years ago

Niehztog commented 8 years ago

Wouldn't it be nice to have a table renderer who makes use of the extended line drawing characters as described here: http://jonathonhill.net/2012-11-26/box-drawing-in-php/

I tested it and the lines are properly displayed in unix shells. Windows command promt doesn't display them if implemented as described in the article. Would need a workaround for windows command line.