prefer apple last resort glyphs
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 12 Mar 2020 02:45:16 +0000 (03:45 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 7 Nov 2020 17:57:08 +0000 (18:57 +0100)
commitce761438362ae1ce4cf5637503262c31aa6c55bd
tree4e9d73cab1d3c4d37bb2bb5c0a996327306af17e
parent8e883931059c70153be95b4f3f5edc57c60179bc
prefer apple last resort glyphs

Described at <http://developer.apple.com/fonts/LastResortFont/>
for a more uniform style:

> Unicode blocks are illustrated by a representative glyph from the block,
> chosen to be as distinct as possible from glyphs of other blocks.
>
> Examplar glyphs were chosen in a number of ways.  Almost all of the
> Brahmic scripts show the initial consonant ka.  Latin uses the letter A
> because it's the first letter, and because in each Latin block there is
> a letter A so they can be easily differentiated.  Greek and Cyrillic use
> their last letters, omega and ya, because they are so distinctive.  Most
> other alphabets and syllabaries use their initial letter where
> distinctive.

Try to avoid unnecessary exceptions, though in some cases I can't help but
know better (usually improving distinctiveness, especially considering
unknown output variants).

Restrict to a single entry per 0x80, mostly keeping the latest unicode
version for maximum effort.
unicode.txt