Bug 1146002
Summary: | RFE: New Default Console Font | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marko Myllynen <myllynen> |
Component: | langtable | Assignee: | Mike FABIAN <mfabian> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | i18n-bugs, mfabian, psatpute |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-04-14 10:54:50 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1182479 |
Description
Marko Myllynen
2014-09-24 09:29:51 UTC
I think langtable itself works correctly (at least in general), for example: [root@localhost ~]# cat test.py #!/usr/bin/python3 import langtable from langtable import list_consolefonts print(list_consolefonts(languageId="de", territoryId="DE")) print(list_consolefonts(languageId="fi")) print(list_consolefonts(territoryId="GR")) print(list_consolefonts(languageId="ru", territoryId="RU")) print(list_consolefonts(languageId="ru")) print(list_consolefonts(languageId="he")) [root@localhost ~]# python3 ./test.py ['eurlatgr'] ['eurlatgr'] ['eurlatgr', 'iso07u-16', 'LatGrkCyr-8x16'] ['latarcyrheb-sun16'] ['latarcyrheb-sun16'] ['latarcyrheb-sun16'] [root@localhost ~]# rpm -q langtable langtable-python3 langtable-0.0.31-1.fc22.noarch langtable-python3-0.0.31-1.fc22.noarch [root@localhost ~]# Thanks. |