CF CLI will display table with wrong column width when the table header has non-latin characters. For example, if I set locale to zh_Hans (zh-cn), and retrieve the CF applications through "cf apps" command, the table will looks like:
名称 状态
APP1 Running
...
The width of "状态”(State) column header was wrong. It seems that the width calculation of non-latin character has some issues..
