Muhwan Kim
Muhwan Kim
in text_utils.py Line 457, there is load call for font_model. However, I got this error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc9 in position 0: ordinal not in range(128) I...
As a Korean user, I have encountered an issue with the normal mode in this extension. When I type Korean characters, they are directly inserted even in the normal mode...
In [this line](https://github.com/phsym/prettytable-rs/blob/4d66e6ebddcd52b641369042b68959ad323d9ad0/src/lib.rs#L22) of the `prettytable-rs` library, the `format` module is made public, exposing the `use encode_unicode::Utf8Char` within it. As a result, the `encode_unicode` crate's [`impl FromIterator for Vec`](https://github.com/tormol/encode_unicode/blob/b764bc1cec904d2198b052c5a564963a930a0bcb/src/utf8_char.rs#L175) trait...