I am trying to render tables using the Ruby gem terminal-table. However, some of the characters display correctly, and some don't. After some experimenting w/ vim in utf-8 mode, and also printing the utf-8 line drawing table from terminal-table, I can only pin the bug on KiTTY (and/or PuTTY).
When I draw the characters in, for example, gnome-terminal, they all show up fine (utf-8 font encoding selected in config).
I have tried all sorts of random font encondings and selections on the window/translation config panel. Nothing works.
I use 'hack' font. I used a font viewer to guarantee that the characters are available in the font. I also tried many other fonts (Source Code Pro, consolas, Monoid, etc). All same results. The broken characters all display as an _ character.
Hi @cyd01
I am trying to render tables using the Ruby gem terminal-table. However, some of the characters display correctly, and some don't. After some experimenting w/ vim in utf-8 mode, and also printing the utf-8 line drawing table from terminal-table, I can only pin the bug on KiTTY (and/or PuTTY).
When I draw the characters in, for example, gnome-terminal, they all show up fine (utf-8 font encoding selected in config).
I have tried all sorts of random font encondings and selections on the window/translation config panel. Nothing works.
I use 'hack' font. I used a font viewer to guarantee that the characters are available in the font. I also tried many other fonts (Source Code Pro, consolas, Monoid, etc). All same results. The broken characters all display as an _ character.
Thanks! --Myles