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)
commit10b15952ffe8cb59e1adf705b596f1d9a194c979
tree6149720768c312c2b08d5dfd0a6c13aa22b19f48
parent29b407ddf91b653e6e8380f73e221628a392376f
charset: hexadecimal subselect options

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'
charset.plp