Problem 1: Chinese words has been cutted.
here is my code:
const { table } = require('table');
const data = table([['哈哈哈哈', '呵呵呵呵']]);
resule is

The data has four words each item, why it just show two words.
Problem 2: The table style is not right.
english version

chinese version
chinese has been cutted and table style is not right

Problem 1: Chinese words has been cutted.
here is my code:
const { table } = require('table');const data = table([['哈哈哈哈', '呵呵呵呵']]);resule is

The data has four words each item, why it just show two words.
Problem 2: The table style is not right.


english version
chinese version
chinese has been cutted and table style is not right