Unicode support libraries
Project description
jkUnicode
A Python module for Unicode, glyph name, and orthography information.
The orthography functions can be used via the command line script ortho
. The Unicode info for one or more codepoints can be shown via the command uniinfo
.
For using the module with Python, see the docs.
uniinfo
uniinfo
– Show information about Unicode codepoints.
Usage
uniinfo [-h] codepoint [codepoint ...]
Codepoints can be given in decimal (e.g. 7838
), hexadecimal (e.g. 0x1e9e
), or Unicode (U+1E9E
) notation.
ortho
ortho
– Query fonts about orthographic support.
Usage
ortho [-h] [-f] [-i] [-k] [-m] [-p] [-n NEAR_MISS] font [font ...]
Options
-f
-f | --full-only
When called without any options, ortho
will determine the orthographic support of the supplied font(s) by looking at the required characters for each orthography. The -f
option only lists orthographies for which all required and optional characters are present in the font.
Example
$ ortho ComicJens.ttf
The font supports 104 orthographies:
Afrikaans
Albanian
Asu
Azeri
Basque
Bemba
Bena
Bosnian
Catalan
[...]
Zulu
$ ortho -f ComicJens.ttf
The font supports 98 orthographies:
Afrikaans
Albanian
Asu
Azeri
Basque
Bemba
Bena
Bosnian
Catalan
[...]
Zulu
-i
-i | --minimum-inclusive
Prints a list of orthographies for which at least all characters from the basic category are present in the font.
Example
$ ortho -i ComicJens-Italic.ttf
The font has minimal or better support for 123 orthographies:
Afrikaans
Albanian
Asu
Azeri
[...]
Zulu
-k
k | --kill-list
Output a list of letters that don't appear together in any supported orthography.
-m
m | --minimum
Report orthographies that have only basic support, i.e. no optional characters and no punctuation present.
-p
-p | --punctuation
Prints a list of orthographies for which all letter category characters are present in the font, but have missing punctuation category characters. For the missing characters, Unicode, glyph name, and Unicode name are reported.
Example
$ ortho -p ComicJens.ttf
Orthographies which can be supported by adding punctuation characters:
Scottish Gaelic
0x204A uni204A Tironian Sign Et
-n
-n NEAR_MISS | --near-miss NEAR_MISS
Prints a list of orthographies which are lacking up to a number of NEAR_MISS characters to be supported. For the missing characters, Unicode, glyph name, and Unicode name are reported.
Example
$ ortho -n 1 ComicJens.ttf
Orthographies which can be supported with max. 1 additional character:
Breton
0x02BC uni02BC Modifier Letter Apostrophe
Hawaiian
0x02BB uni02BB Modifier Letter Turned Comma
Quechua
0x02BC uni02BC Modifier Letter Apostrophe
Tongan
0x02BB uni02BB Modifier Letter Turned Comma
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jkUnicode-1.8.8.tar.gz
.
File metadata
- Download URL: jkUnicode-1.8.8.tar.gz
- Upload date:
- Size: 500.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a974d19d37e621ba221735286445fbb5b5adc807fc3eff818c17ca4c841506a4 |
|
MD5 | 5304c4d7bdc0be11bebb9a144b0e73f0 |
|
BLAKE2b-256 | cd209c47697a739bd0c62b0d88f48f268166b00bd679468b24561f85f3db5adf |
File details
Details for the file jkUnicode-1.8.8-py2.py3-none-any.whl
.
File metadata
- Download URL: jkUnicode-1.8.8-py2.py3-none-any.whl
- Upload date:
- Size: 516.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca564b889cf5aaccfe2ec43446022dc74230cb37f85bbe5bf733fd9eab2cad32 |
|
MD5 | f239182ccd641d58f065c83312c4550f |
|
BLAKE2b-256 | eb3050f7efa49170d5ea0eceb35d4a6cd50e3867a197691b1b77df8c7e4ad574 |