Command line Unicode character code point and character name search
Project description
What is font-unicode?
font-unicode is a command line application that performs searches for Unicode character names by Unicode code points, and for Unicode code points by character names. It supports the Unicode standard v8.0.0. The query results are supplemented with the Adobe Glyph List for New Fonts v1.7 glyph names where applicable.
Install
Install with pip using the command:
$ pip install font-unicode
or download the source repository, unpack it, and navigate to the top level of the repository. Then enter:
$ python setup.py install
Usage
Search by Unicode Code Point
$ font-unicode search [Unicode code point 1] [...Unicode code point X]
You can use either the u+0000 or 0000 format for the Unicode code point queries. Include one or more queries to the search command.
Search by Unicode Character Name
$ font-unicode name [Unicode character name query 1] [...Unicode character name query X]
Include one or more character name search terms as arguments to the name command. Surround multi-word queries with quotes. You can include multiple searches in the same command.
Pipe Raw Data to Another Executable
You can pipe the raw Adobe Glyph List for New Fonts to other executables with the list command:
$ font-unicode list agl | [other executable]
The raw Unicode Standard v8.0.0 names list can be piped to other executables with the list command:
$ font-unicode list unicode | [other executable]
For example, you could use grep to locate a Unicode code point in the semicolon delimited Adobe Glyph List like this:
$ font-unicode list agl | grep '012E' 012E;Iogonek;LATIN CAPITAL LETTER I WITH OGONEK
Licenses
font-unicode is licensed under the MIT license. The full text of the license is available here.
The Adobe Glyph List for New Fonts is licensed under the Apache License, v2.0. The full text of the license is available here.
The Unicode Standard v8.0.0 names list data file is licensed under the Unicode License Agreement for Data Files and Software. The full text of the license is available here.
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 font-unicode-0.9.2.tar.gz
.
File metadata
- Download URL: font-unicode-0.9.2.tar.gz
- Upload date:
- Size: 937.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2868dde0e1e2edc4f3c173536e8aba08ea80312f5df721dd1fae14f514d4dccf |
|
MD5 | 1094c7cf0c084c4a1e7b0ea3d3863647 |
|
BLAKE2b-256 | e47f1ec4a37d0c6d0c64ff29d8d8adbc95d48bf7e46e9a2f2c79d087ce5f431e |
File details
Details for the file font_unicode-0.9.2-py2.py3-none-any.whl
.
File metadata
- Download URL: font_unicode-0.9.2-py2.py3-none-any.whl
- Upload date:
- Size: 954.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e5c10912053ad5d3c5a35f553d993983be348c1283ff0f020237ca4c997688c |
|
MD5 | 17f238a7a8a12bd0c443dfb8aefb2af1 |
|
BLAKE2b-256 | 706f114f1eea4da99e8253ac2e859ed69b8c8e4c44aaad01927211fb117f78a3 |