charset: hexadecimal subselect options
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 21 Apr 2017 21:11:35 +0000 (23:11 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 25 May 2017 20:10:24 +0000 (22:10 +0200)
Tables are all organised by rows of 16, making decimal representations
indirect and error-prone.

$INHERIT options converted using:
perl -pE 's/(?:'\''|\G[+-])\K(\d+)/sprintf "\%02X", $1/ge'


No differences found