-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cyrillic characters are not displayed #35
Comments
Hi, thank you for using
Yes, Please try these steps:
|
Thanks, that works. Will you make that font built-in and default in a future release? Unicode is all over the place these days :) |
I'll change default fonts, If there are many of the same requests. Currently yaft is including public fonts because I don't want to include GNU unifont in this repository due to its license. If default fonts changed to unifont, users must download unifont from internet. And upstream updates (download URL change or something) may break yaft's building process. |
Are there other fonts with similar Unicode coverage, but with compatible license? Personally I don't care about `unifont` specifically - as long as Unicode (Cyrillic in my case) gets displayed in "default" yaft installation (download source release -> `make` -> `make install`). Having only ASCII by default is a bit odd in any given application in 2018 :)
…On Sun, Nov 11, 2018 at 08:06:46PM -0800, uobikiemukot wrote:
I'll change default fonts, If there are many of the same requests.
Currently yaft is including public fonts because I don't want to include GNU unifont in this repository due to its license. If default fonts changed to unifont, users must download unifont from internet. And upstream updates (download URL change or something) may break yaft's building process.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#35 (comment)
|
For example, Terminus font ( http://terminus-font.sourceforge.net/ ) supports ISO-8859-5 (Latin and Cyrillic) and license is not GPL (SIL Open Font License).
I see.
In fact, default font includes some non-ASCII glyphs (ISO-2022-JP). Usually programmer does not care about foreign language...(It's my fault, Sorry) Only few fonts support Unicode widely (so unifont is very rare font). Maybe I should merge several fonts to satisfy all users' requirements without unifont. Anyway I'll reconsider about default font. |
Usually programmer does not care about foreign language...
I'm trying to replace X with `yaft` and CLI apps for general usage.
…On Mon, Nov 12, 2018 at 12:04:05AM -0800, uobikiemukot wrote:
> Are there other fonts with similar Unicode coverage, but with compatible license?
For example, Terminus font ( http://terminus-font.sourceforge.net/ ) supports ISO-8859-5 (Latin and Cyrillic) and license is not GPL (SIL Open Font License).
> Personally I don't care about `unifont` specifically - as long as Unicode (Cyrillic in my case) gets displayed in "default" yaft installation (download source release -> `make` -> `make install`).
I see.
> Having only ASCII by default is a bit odd in any given application in 2018 :)
In fact, default font includes some non-ASCII glyphs (ISO-2022-JP). Usually programmer does not care about foreign language...
Only few fonts support Unicode widely (so unifont is very rare font). Maybe I should merge several fonts to satisfy all users' requirements without unifont.
Anyway I'll reconsider about default font.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#35 (comment)
|
I merged terminus font into default font. And this fix was merged into master branch. |
It works, thanks! |
Hi, thanks for making this great simple program freely available.
Here's the file that I use to test Cyrillic symbols display in terminals:
When I do
cat fonttest.txt
in plain linux console (tty) - all characters are displayed. In yaft, there are just empty spaces in place of Cyrillic characters:Cyrillic characters are also replaced with empty spaces in
mutt
andranger
. Here's mycmdline
and/etc/vconsole.conf
(in case it matters):yaft
claims UTF-8 support on main page, so why are Cyrillic characters not displayed? Is additional configuration needed?The text was updated successfully, but these errors were encountered: