Adds the `--source` option to the `ortho` command line tool. It can be used to specify the source of the language data. At the moment, `CLDR` and `Hyperglot` are valid values, with `CLDR` being the default.
Install/update via [PyPI](https://pypi.org/project/jkUnicode/2.2.2/).
usage: ortho [-h] [-b] [-f] [-i] [-k] [-m] [-p] [-n NEAR_MISS] [-s SUPPORT] [--source SOURCE] font [font ...]
Query fonts about orthographic support.
positional arguments:
font One or more fonts
options:
-h, --help show this help message and exit
-b, --bcp47 Output orthographies as BCP47 language subtags
-f, --full-only Report only orthographies that are supported with all optional characters
-i, --minimum-inclusive
Report orthographies that have at minimum basic support
-k, --kill-list Output a list of letters that don't appear together in any supported orthography.
-m, --minimum Report orthographies that have only basic support, i.e. no optional characters and no punctuation present
-p, --punctuation Report missing punctuation for otherwise supported orthographies
-n NEAR_MISS, --near-miss NEAR_MISS
Report almost supported orthographies with maximum number of missing characters
-s SUPPORT, --support SUPPORT
List Unicode characters missing from font to support the provided BCP47 language code
--source SOURCE Specify the source of orthography data, CLDR (default) or Hyperglot