Skip to content

Printing Chinese, the border will appear disorderly #7

@xzxldl55

Description

@xzxldl55

like this demo:

var table = new Table({
    head: ['name', 'version']
});
table.push(['卡片', '1.0.0']);
console.log(table.toString());

The border in the vertical direction will be misaligned, like:
┌────┬───────┐
│ name│ version │
├────┼───────┤
│ 卡片 │ 1.0.0 │
└────┴───────┘

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions