Open edolphin-ydf opened 6 years ago
when using the Text component, if the text string is CJK, eg "你好啊", it will only show "你啊". As far as I understand, this is because CJK need two Cell to render. if what i understand is right, i'll make a pull request to fix this.
Text
Cell
I think that's correct. I also think Termbox has a way to deal with this, I'll look into it.
when using the
Text
component, if the text string is CJK, eg "你好啊", it will only show "你啊". As far as I understand, this is because CJK need twoCell
to render. if what i understand is right, i'll make a pull request to fix this.