Home
last modified time | relevance | path

Searched refs:ASCII_SCRIPT (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/py-normality/normality-2.1.1/normality/
H A Dtransliteration.py20 ASCII_SCRIPT = 'Any-Latin; NFKD; [:Symbol:] Remove; [:Nonspacing Mark:] Remove; NFKC; Accents-Any; … variable
38 latinize_text._ascii = make_trans(ASCII_SCRIPT) # type: ignore