latin: nyctographic alphabet by caroll
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 4 Sep 2015 15:30:16 +0000 (17:30 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
commit13f2249ae67b02bfe7956adda2d83e32017979df
treeed95a4ebca59c78031af22caefa1e9bbeff154a4
parent7331e5159ecbd4d522c386d54ead3175bd906dc0
latin: nyctographic alphabet by caroll

Square alphabet created by Lewis Carroll ~1891: left top corner is always
marked, other corners are either connected, dotted, or skipped; encoded
numerically and drawn as svg path.

Allows for 34 possibilities with top left anchor:
  2^³        (3 dots, only used for A,U,V)
+ 2^²⋅4 − 2² (2 dots with 1 line, 3 unused)
+ 2^¹⋅4 − 2⁰ (1 dot with 2 lines)
+ 2^⁰⋅4      (3 lines)
+ 2⁻¹⋅4      (2 parallel lines)
+ 2⁻²⋅4      (square)

Reference: <http://www.lewiscarroll.org/tag/nyctograph/>
writing-latn.inc.pl