redesign box drawing to fit 137 code points in less space
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 2 Sep 2015 22:25:06 +0000 (00:25 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 5 Sep 2015 14:47:08 +0000 (16:47 +0200)
commit4202c70f3d642b17a1a40cee170009b5b4eed2d3
tree3cfcceec7663bc3ae7091136a2f48bf81326f6c3
parent2207caa64590f70b5a492d55e5270d825444ea70
redesign box drawing to fit 137 code points in less space

The 5 7x7 box figures can be condensed into 3 with similar aesthetics,
more concisely targeted to:
- simple single and double lines (IBM CP850 superset),
- single/double transitions and round corners (previously 3rd and 4th boxes,
  includes all IBM CP437 lines),
- heavy lines and diagonals (5th box with 1st innards).

Introduce another such drawing featuring all dashed lines (including
previously missing quadruple dashed horizontal lines) and block quadrants
(still missing ▚ and ▞).

Keep some smaller figures for heavy line combinations, introducing a single
#-shape to cover half line endings as well as 4 additional heavy transitions,
though various other such code points are still missing.
unicode.txt